-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum SendBird.PushTokenType
PushTokenType.
-
-
Method Summary
Modifier and Type Method Description static SendBird.PushTokenType
from(String value)
static Array<SendBird.PushTokenType>
values()
static SendBird.PushTokenType
valueOf(String name)
String
getValue()
-
-
Method Detail
-
from
static SendBird.PushTokenType from(String value)
-
values
static Array<SendBird.PushTokenType> values()
-
valueOf
static SendBird.PushTokenType valueOf(String name)
-
-
-
-