onNotificationCancelled

open fun onNotificationCancelled(notificationId: Int, dismissedByUser: Boolean)

Called after the notification has been cancelled.

Parameters

notificationId

The id of the notification which has been cancelled.

dismissedByUser

true if the notification is cancelled because the user dismissed the notification.