NotificationListener
interface NotificationListener
A listener for start and cancellation of the notification.
Functions
| Name | Summary |
|---|---|
| onNotificationCancelled | abstract fun onNotificationCancelled(notificationId: Int) Called after the notification has been cancelled. |
| onNotificationStarted | abstract fun onNotificationStarted(notificationId: Int, notification: Notification) Called after the notification has been started. |