Class provides a callback to be invoked when NotificationManager detects local notification events. More...
Public Member Functions | |
void | onNotificationLoaded (Notification notification) |
Called when iBeacon signal mathed all parameters in notification. | |
void | onNotificationFailed (Error error) |
Called if unable to calculate notification or network errors. | |
Class provides a callback to be invoked when NotificationManager detects local notification events.
Referenced from NotificationManager.
Definition at line 23 of file notification_listener.dart.
void NotificationListener.onNotificationFailed | ( | Error | error | ) |
Called if unable to calculate notification or network errors.
error | handled error. |
void NotificationListener.onNotificationLoaded | ( | Notification | notification | ) |
Called when iBeacon signal mathed all parameters in notification.
notification | notification instance created in CMS Notification. |