NotifierManager

Types

Link copied to clipboard
interface Listener

Functions

Link copied to clipboard

For listening updates such as push notification token changes. This will add new listener to listener list.

Link copied to clipboard

Creates local Notifier instance

Link copied to clipboard

Returns permission util that can be used to check and ask notification permission However in Android you need to use in Activity like below:

Link copied to clipboard

Creates push Notifier instance (Firebase Push Notification)

Link copied to clipboard

Call initialize function on Application Start.

Link copied to clipboard

In order to receive notification data payload this functions needs to be called in ios Swift side application didReceiveRemoteNotification function

Link copied to clipboard

In order to receive notification data payload this functions needs to be called in Android side in launcher Activity #onCreate and #onNewIntent methods.

Link copied to clipboard

For listening updates such as push notification token changes. This will set one listener only. You can set null to remove listener.