flutter_notification_listener library

Classes

Action
Action is the action for notification
ActionInput
ActionInput is the remote inputs for action
NotificationEvent
NotificationEvent is the object converted from notification Notification anatomy: https://developer.android.com/guide/topics/ui/notifiers/notifications
NotificationsListener
NotificationsListener

Functions

callbackDispatcher({dynamic inited = true}) → void
callbackDispatcher use to install background channel
newEvent(Map data) NotificationEvent
newEvent package level function create event from map

Typedefs

EventCallbackFunc = void Function(NotificationEvent evt)