From c3a1455482858e028539ecd6c0963a901ce8d7cb Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Thu, 22 Jan 2026 13:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=8B=E7=82=B9=E3=80=91=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E7=95=8C=E9=9D=A2=E5=B1=95=E7=A4=BA=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E5=B1=95=E7=A4=BA=E7=B1=BB=E5=9E=8B=E5=92=8C=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BD=8D=E7=BD=AE=E4=B8=8A=E6=8A=A5=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/remax/notification/newUtil/NotificationUtil.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notification/src/main/java/com/remax/notification/newUtil/NotificationUtil.kt b/notification/src/main/java/com/remax/notification/newUtil/NotificationUtil.kt index 8918b24..f929a71 100644 --- a/notification/src/main/java/com/remax/notification/newUtil/NotificationUtil.kt +++ b/notification/src/main/java/com/remax/notification/newUtil/NotificationUtil.kt @@ -460,7 +460,10 @@ class NotificationUtil private constructor() { channelName: String, importance: Int = NotificationManager.IMPORTANCE_DEFAULT) { if (!isNotificationsEnabled()) { - StatisticUtil.reportEvents(StatisticUtil.KEY_Push_Show) + StatisticUtil.reportEvents(StatisticUtil.KEY_Push_Show, mapOf( + "Push_Position" to 1, + "Push_Type" to 1 + )) AndroidUtil.requestNotifyPermission(object : PermissionUtil.ICallback() { override fun onAllGranted() { doShowNotification(notificationId, notification, channelName, importance)