-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum NativeEventTracker.EVENT_TYPEEvent type.
-
-
Field Summary
Fields Modifier and Type Field Description private intid
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOMVIEWABLE_VIDEO50VIEWABLE_MRC100VIEWABLE_MRC50IMPRESSION
-
Method Summary
Modifier and Type Method Description static Array<NativeEventTracker.EVENT_TYPE>values()static NativeEventTracker.EVENT_TYPEvalueOf(String name)intgetID()voidsetID(int id)-
-
Method Detail
-
values
static Array<NativeEventTracker.EVENT_TYPE> values()
-
valueOf
static NativeEventTracker.EVENT_TYPE valueOf(String name)
-
getID
int getID()
-
setID
void setID(int id)
-
-
-
-