public enum EAppUsageEvent extends java.lang.Enum<EAppUsageEvent>
| Enum Constant and Description |
|---|
GameLaunch |
GameLaunchFreeWeekend |
GameLaunchTrial |
InGameAdViewed |
MarketingMessageView |
Media |
PreloadFinish |
PreloadStart |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EAppUsageEvent |
from(int code) |
static EAppUsageEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EAppUsageEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAppUsageEvent GameLaunch
public static final EAppUsageEvent GameLaunchTrial
public static final EAppUsageEvent Media
public static final EAppUsageEvent PreloadStart
public static final EAppUsageEvent PreloadFinish
public static final EAppUsageEvent MarketingMessageView
public static final EAppUsageEvent InGameAdViewed
public static final EAppUsageEvent GameLaunchFreeWeekend
public static EAppUsageEvent[] values()
for (EAppUsageEvent c : EAppUsageEvent.values()) System.out.println(c);
public static EAppUsageEvent 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 int code()
public static EAppUsageEvent from(int code)