NotificationListener
interface NotificationListener
Notification listener.
Functions
Link copied to clipboard
abstract fun onNotificationBackgroundAction(@NonNull notificationInfo: NotificationInfo, @NonNull actionButtonInfo: NotificationActionButtonInfo)
Called when a background notification action button is tapped.
Link copied to clipboard
Called when a notification is dismissed.
Link copied to clipboard
abstract fun onNotificationForegroundAction(@NonNull notificationInfo: NotificationInfo, @NonNull actionButtonInfo: NotificationActionButtonInfo): Boolean
Called when a foreground notification action button is tapped.
Link copied to clipboard
Called when the notification is opened.
Link copied to clipboard
Called when a notification is posted.