-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum SendBird.PushTokenRegistrationStatus
Status of push token registration. If connection is not made when token is requested to be registered,
PENDING
will be returned at callback handler. The registration is available after the connection is establishedby calling registerPushTokenForCurrentUser with getPendingPushToken for GCM,or registerPushTokenForCurrentUser with getPendingPushToken for HMS.
-
-
Method Summary
Modifier and Type Method Description static Array<SendBird.PushTokenRegistrationStatus>
values()
static SendBird.PushTokenRegistrationStatus
valueOf(String name)
-
-
Method Detail
-
values
static Array<SendBird.PushTokenRegistrationStatus> values()
-
valueOf
static SendBird.PushTokenRegistrationStatus valueOf(String name)
-
-
-
-