Skip to content

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 methods

Function addNotificationListener

public void addNotificationListener(NotificationListener notificationListener)

Function is used for adding NotificationListener class element which will notify about meeting the beacons with some attached action.

Parameters

Function removeNotificationListener

public void removeNotificationListener(NotificationListener notificationListener)

Function is used for removing previously added NotificationListener class element.

Parameters
Clone this wiki locally