| Enum Constant and Description |
|---|
AD_CLICKED |
AD_CLOSED |
AD_EARNED_REWARD |
AD_LOADED |
AD_SKIPPED |
AD_STARTED |
ADAPTER_ERROR |
FIRST_QUARTILE |
INIT_FAILURE |
INIT_SUCCESS |
LOAD_ERROR |
METHOD_FAILURE |
MIDPOINT |
NO_AD_ERROR |
REWARDED_SHOW_ERROR |
SIGNALS |
SIGNALS_ERROR |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static GMAEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMAEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAEvent INIT_SUCCESS
public static final GMAEvent INIT_FAILURE
public static final GMAEvent VERSION
public static final GMAEvent SIGNALS
public static final GMAEvent SIGNALS_ERROR
public static final GMAEvent AD_LOADED
public static final GMAEvent LOAD_ERROR
public static final GMAEvent ADAPTER_ERROR
public static final GMAEvent NO_AD_ERROR
public static final GMAEvent AD_STARTED
public static final GMAEvent REWARDED_SHOW_ERROR
public static final GMAEvent FIRST_QUARTILE
public static final GMAEvent MIDPOINT
public static final GMAEvent AD_EARNED_REWARD
public static final GMAEvent AD_CLICKED
public static final GMAEvent AD_SKIPPED
public static final GMAEvent AD_CLOSED
public static final GMAEvent METHOD_FAILURE
public static GMAEvent[] values()
for (GMAEvent c : GMAEvent.values()) System.out.println(c);
public static GMAEvent 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 null