NotificationManager class abstract
Class is used to manage local Notifications Notification should be created in CMS. Notification handle iBeacon signals, detect proximity and notify user about event. Referenced from NavigineSdk.
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addNotificationListener(
NotificationListener listener) → void -
Method is used to add NotificationListener class element which will notify
all incoming local notification events.
Note: Do not forget to remove listener if it is no longer needed!
listenerCorresponding NotificationListener listener class. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeNotificationListener(
NotificationListener listener) → void -
Method is used for removing previously added NotificationListener class element.
listenerCorresponding NotificationListener class to remove. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited