Notification Management

The notification is visible to the user and should therefore be maintained by the host app. For this reason the initialization provides three methods to pass a notification:

By providing a Notification.Builder you can freely customize the visible notification. With the notificationId you can even update the notification whenever you need to.

Don't forget to create a notification channel

Example notification

Last updated