Interface | Description |
---|---|
IUnbluNotificationApi |
This is a low level notification API.
Whenever the unblu firebase module is not used but some custom push notification integration, this api can be used directly. |
Class | Description |
---|---|
RemoteNotification |
All the content of a remote notification
|
RemoteNotificationHelper |
Helper for converting Firebase RemoteMessage to Unblu RemoteNotification
|
UnbluNotificationListener |
Listen to activityChanges and acts if it detects an Unblu notification
This can be used, if the unblu firebase module is not used but a custom integration for push notifications
|