-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PushNotificationTypeEnum that define how notifications should be display
-
-
Method Summary
Modifier and Type Method Description static EnumSet<PushNotificationType>fromValue(int value)static inttoValue(EnumSet<PushNotificationType> types)static Array<PushNotificationType>values()static PushNotificationTypevalueOf(String name)-
-
Method Detail
-
fromValue
static EnumSet<PushNotificationType> fromValue(int value)
-
toValue
static int toValue(EnumSet<PushNotificationType> types)
-
values
static Array<PushNotificationType> values()
-
valueOf
static PushNotificationType valueOf(String name)
-
-
-
-