-
Notifications
You must be signed in to change notification settings - Fork 17
Class NotificationManager
Il Kadyrov edited this page Oct 12, 2020
·
1 revision
NotificationManager class is used for notifying when you meet the beacon with some actions.
Referenced from: NavigineSdk.
public void addNotificationListener(NotificationListener notificationListener)
Function is used for adding NotificationListener class element which will notify about meeting the beacons with some attached action.
-
notificationListener
— NotificationListener class element.
public void removeNotificationListener(NotificationListener notificationListener)
Function is used for removing previously added NotificationListener class element.
-
notificationListener
— NotificationListener class element.
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder