await Get My Push Tokens By Token
suspend fun SendbirdChat.awaitGetMyPushTokensByToken(token: String?, type: PushTokenType): MyPushTokensResult
suspend fun SendbirdChat.HMS.awaitGetMyPushTokensByToken(token: String, type: PushTokenType): MyPushTokensResult
Requests push tokens of current user from given token. The result is passed to handler
.
Since
4.17.0
Parameters
token
Token to get next push tokens. If token is null
, the result will be passed from the beginning.
type
PushTokenType. Refer to PushTokenType.