public static interface SendBirdPushHelper.OnPushRequestCompleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(boolean isRegistered,
java.lang.String token)
A callback for when a sendbird push token registered at server.
|
void |
onError(SendBirdException e)
A callback for when a sendbird push token registration was failed.
|
void onComplete(boolean isRegistered,
java.lang.String token)
isRegistered - it is status whether push token is registered.token - requested push tokenvoid onError(SendBirdException e)
e - failed message 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.