public static enum Config.MobileDataEvent extends java.lang.Enum<Config.MobileDataEvent>
| Enum Constant and Description |
|---|
MOBILE_EVENT_ACQUISITION_INSTALL |
MOBILE_EVENT_ACQUISITION_LAUNCH |
MOBILE_EVENT_LIFECYCLE |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getValue() |
static Config.MobileDataEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.MobileDataEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.MobileDataEvent MOBILE_EVENT_LIFECYCLE
public static final Config.MobileDataEvent MOBILE_EVENT_ACQUISITION_INSTALL
public static final Config.MobileDataEvent MOBILE_EVENT_ACQUISITION_LAUNCH
public static Config.MobileDataEvent[] values()
for (Config.MobileDataEvent c : Config.MobileDataEvent.values()) System.out.println(c);
public static Config.MobileDataEvent 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 nullprotected int getValue()