Class is used to manage local Notifications. More...
Inheritance diagram for com.navigine.idl.java.NotificationManager:Public Member Functions | |
| abstract void | addNotificationListener (NotificationListener listener) |
| Method is used to add NotificationListener class element which will notify all incoming local notification events. | |
| abstract void | removeNotificationListener (NotificationListener listener) |
| Method is used for removing previously added NotificationListener class element. | |
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.
Definition at line 22 of file NotificationManager.java.
|
abstract |
Method is used to add NotificationListener class element which will notify all incoming local notification events.
| listener | Corresponding NotificationListener listener class. |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.NotificationManagerBinding.
|
abstract |
Method is used for removing previously added NotificationListener class element.
| listener | Corresponding NotificationListener class to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.NotificationManagerBinding.