public enum EAppUsageEvent extends Enum<EAppUsageEvent>
Enum Constant and Description |
---|
GameLaunch |
GameLaunchFreeWeekend |
GameLaunchTrial |
InGameAdViewed |
MarketingMessageView |
Media |
PreloadFinish |
PreloadStart |
Modifier and Type | Field and Description |
---|---|
private int |
code |
Modifier and Type | Method and Description |
---|---|
int |
v() |
static EAppUsageEvent |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic int v()
Copyright © 2012. All Rights Reserved.