-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum InternalPushData.Priority
-
-
Method Summary
Modifier and Type Method Description inttoSupportPriority()static Array<InternalPushData.Priority>values()static InternalPushData.PriorityvalueOf(String name)-
-
Method Detail
-
toSupportPriority
int toSupportPriority()
-
values
static Array<InternalPushData.Priority> values()
-
valueOf
static InternalPushData.Priority valueOf(String name)
-
-
-
-