Class NCNotificationListener - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki

NCNotificationListener provides a callback to be invoked when NCNotificationManager detects beacon with notification. The callback is invoked in the UI thread.

Referenced from: NCNotificationManager.

@protocol NCNotificationListener

- (void)onNotificationLoaded:(nullable NCNotification *)notification;

- (void)onNotificationFailed:(nullable NSError *)error;

@end