public static interface SendBird.GetPushTokensHandler
SendBird.getMyPushTokensByToken(String, PushTokenType, GetPushTokensHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(java.util.List<java.lang.String> pushTokens,
SendBird.PushTokenType type,
boolean hasMore,
java.lang.String token,
SendBirdException e)
A callback for when push tokens are got.
|
void onResult(java.util.List<java.lang.String> pushTokens,
SendBird.PushTokenType type,
boolean hasMore,
java.lang.String token,
SendBirdException e)
pushTokens - My push token list. Maximum number of pushTokens is 100.type - Push token type. SendBird.PushTokenType.hasMore - Flag that indicates there is more push tokens.token - Token. If hasMore is true, push tokens can be fetched from this token. SendBird.getMyPushTokensByToken(String, PushTokenType, GetPushTokensHandler).e - null if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.