public static enum AnalyticsServices.Events extends java.lang.Enum<AnalyticsServices.Events>
Enum Constant and Description |
---|
PLAYER_INFO |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
eventName() |
static AnalyticsServices.Events |
fromEventName(java.lang.String eventName) |
static AnalyticsServices.Events |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsServices.Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsServices.Events PLAYER_INFO
public static AnalyticsServices.Events[] values()
for (AnalyticsServices.Events c : AnalyticsServices.Events.values()) System.out.println(c);
public static AnalyticsServices.Events valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String eventName()
public static AnalyticsServices.Events fromEventName(java.lang.String eventName)