Class is used to manage local Notifications. More...
#include <com/navigine/idl/objc/NCNotificationManager.h>
Inherits NSObject.
Instance Methods | |
(void) | - addNotificationListener: |
Method is used to add NotificationListener class element which will notify all incoming local notification events. | |
(void) | - removeNotificationListener: |
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 23 of file NCNotificationManager.h.
- (void) addNotificationListener: | (nullable id< NCNotificationListener >) | listener |
Method is used to add NotificationListener class element which will notify all incoming local notification events.
listener | Сorresponding NotificationListener listener class. |
- (void) removeNotificationListener: | (nullable id< NCNotificationListener >) | listener |
Method is used for removing previously added NotificationListener class element.
listener | Сorresponding NotificationListener class to remove. |