MyPushTokensResult

data class MyPushTokensResult(val pushTokens: List<String>, val type: PushTokenType, val hasMore: Boolean, val token: String)

A result class for SendbirdChat.getMyPushTokensByToken.

Since

4.15.0

Parameters

pushTokens

My push token list. Maximum number of pushTokens is 100.

type

Push token type. PushTokenType.

hasMore

Flag that indicates there is more push tokens.

token

Token. If hasMore is true, push tokens can be fetched from this token. SendbirdChat.getMyPushTokensByToken.

See also

SendbirdChat.getMyPushTokensByToken

Constructors

Link copied to clipboard
constructor(pushTokens: List<String>, type: PushTokenType, hasMore: Boolean, token: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: PushTokenType