Push Tokens Handler
GetPushTokens handler. This handler provides callback for SendbirdChat.getMyPushTokensByToken.
Since
3.0.92
Functions
Link copied to clipboard
abstract fun onResult(pushTokens: List<String>?, type: PushTokenType?, hasMore: Boolean, token: String?, e: SendbirdException?)
A callback for when push tokens are got.