-
Notifications
You must be signed in to change notification settings - Fork 6
Class NCNotificationManager
Il Kadyrov edited this page Nov 5, 2020
·
1 revision
NCNotificationManager class is used for notifying when you meet the beacon with some actions.
Referenced from: NCNavigineSdk.
- (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.
-
listener
— NCNotificationListener class element.
- (void)removeNotificationListener:(nullable id<NCNotificationListener>)listener;
Function is used for removing previously added NCNotificationListener class element.
-
listener
— NCNotificationListener class element.
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder