Sendbird Push Helper
Functions
Retrieves the current registered token.
When you received message you can call this and can figure out whether this message is duplicated.
Marks push notification as clicked for push notification click tracking purpose only.
Marks push notification as delivered for push delivery tracking purpose only.
This does not mark the message as delivered.
Marking the message as delivered can be done by SendbirdChat.markAsDelivered.
Registers push handler for receiving FCM/HMS push notifications. To enable push notification and get a token, refer to Sendbird Docs.
Registers push handler for receiving FCM/HMS push notifications. To enable push notification and get a token, refer to Sendbird Docs.
Unregisters push handler for not receiving FCM/HMS push notifications. When you call this we will request at the server to remove FCM/HMS push token. And you'll not be able to receive any more push notification
Unregisters push handler for not receiving FCM/HMS push notifications. When you call this we will request at the server to remove FCM/HMS push token. And you'll not be able to receive any more push notification