Class NCNotificationManager - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki
NCNotificationManager class is used for notifying when you meet the beacon with some actions.
Referenced from: NCNavigineSdk.
Public methods
Function addNotificationListener
- (void)addNotificationListener:(nullable id<NCNotificationListener>)listener;
Function is used for adding NCNotificationListener class element which will notify about meeting the beacons with some attached action.
Parameters
listener
— NCNotificationListener class element.
Function removeNotificationListener
- (void)removeNotificationListener:(nullable id<NCNotificationListener>)listener;
Function is used for removing previously added NCNotificationListener class element.
Parameters
listener
— NCNotificationListener class element.