Class provides a callback to be invoked when NotificationManager detects local notification events. More...
#include <com/navigine/idl/objc/NCNotificationListener.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onNotificationLoaded: |
Called when iBeacon signal mathed all parameters in notification. | |
(void) | - onNotificationFailed: |
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 20 of file NCNotificationListener.h.
- (void) onNotificationFailed: | (nullable NSError *) | error |
Called if unable to calculate notification or network errors.
error | handled error. |
- (void) onNotificationLoaded: | (nullable NCNotification *) | notification |
Called when iBeacon signal mathed all parameters in notification.
notification | notification instance created in CMS Notification. |