-
public interface SendBird.GetPushTokensHandler
GetPushTokens handler. This handler provides callback for getMyPushTokensByToken.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(List<String> pushTokens, SendBird.PushTokenType type, boolean hasMore, String token, SendBirdException e)
A callback for when push tokens are got. -
-
Method Detail
-
onResult
abstract void onResult(List<String> pushTokens, SendBird.PushTokenType type, boolean hasMore, String token, SendBirdException e)
A callback for when push tokens are got.
- Parameters:
pushTokens
- My push token list.type
- Push token type.hasMore
- Flag that indicates there is more push tokens.token
- Token.e
-null
if no error.
-
-
-
-