Skip to content

Class NCNotificationListener

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

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
Clone this wiki locally