Loading...
Searching...
No Matches
com.navigine.idl.java.NotificationManager Class Referenceabstract

Class is used to manage local Notifications. More...

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.
 

Detailed Description

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 21 of file NotificationManager.java.

Member Function Documentation

◆ addNotificationListener()

abstract void com.navigine.idl.java.NotificationManager.addNotificationListener ( NotificationListener listener)
abstract

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!
Parameters
listenerСorresponding NotificationListener listener class.

◆ removeNotificationListener()

abstract void com.navigine.idl.java.NotificationManager.removeNotificationListener ( NotificationListener listener)
abstract

Method is used for removing previously added NotificationListener class element.

Parameters
listenerСorresponding NotificationListener class to remove.

The documentation for this class was generated from the following file: