PushRequestCompleteHandler

SendbirdChat push token registration event callback.

Functions

Link copied to clipboard
abstract fun onComplete(isRegistered: Boolean, token: String?)

A callback for when a sendbird push token registered at server. It means the application can receive sendbird push notification from FCM/HMS. but it doesn't mean can't receive push message from the other push

Link copied to clipboard
abstract fun onError(e: SendbirdException)

A callback for when a sendbird push token registration was failed.