public static enum NativeEventTracker.EVENT_TYPE extends java.lang.Enum<NativeEventTracker.EVENT_TYPE>
| Enum Constant and Description |
|---|
CUSTOM |
IMPRESSION |
VIEWABLE_MRC100 |
VIEWABLE_MRC50 |
VIEWABLE_VIDEO50 |
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
void |
setID(int id) |
static NativeEventTracker.EVENT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeEventTracker.EVENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeEventTracker.EVENT_TYPE IMPRESSION
public static final NativeEventTracker.EVENT_TYPE VIEWABLE_MRC50
public static final NativeEventTracker.EVENT_TYPE VIEWABLE_MRC100
public static final NativeEventTracker.EVENT_TYPE VIEWABLE_VIDEO50
public static final NativeEventTracker.EVENT_TYPE CUSTOM
public static NativeEventTracker.EVENT_TYPE[] values()
for (NativeEventTracker.EVENT_TYPE c : NativeEventTracker.EVENT_TYPE.values()) System.out.println(c);
public static NativeEventTracker.EVENT_TYPE 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 getID()
public void setID(int id)