在NotificationListenerService中获取用户单击和用户删除/删除之间的状态

时间:2018-02-22 07:38:17

标签: android push-notification notifications android-notifications android-notification-bar

现在,我的应用从 Firebase 收到通知,并在收到时使用 NotificationListenerService 获取事件并删除/删除通知。它的工作正常。

但是在 onNotificationRemoved 中,我想通过用户点击打开删除来了解通知的状态。我该怎么办?

请帮帮我。

这是我的代码 enter image description here

1 个答案:

答案 0 :(得分:0)

在借助notificationCompat构建器发布通知时,您可以设置" DeleteIntent"在其中,您可以设置PendingIntent与广播接收器,以便在用户删除或刷掉您的通知时获得广播。