-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum NativeEventTracker.EventType
-
-
Field Summary
Fields Modifier and Type Field Description private intid
-
Enum Constant Summary
Enum Constants Enum Constant Description OMIDCUSTOMVIEWABLE_VIDEO50VIEWABLE_MRC100VIEWABLE_MRC50IMPRESSION
-
Method Summary
Modifier and Type Method Description static NativeEventTracker.EventTypegetType(Integer id)static Array<NativeEventTracker.EventType>values()static NativeEventTracker.EventTypevalueOf(String name)intgetId()voidsetId(int id)-
-
Method Detail
-
getType
@Nullable() static NativeEventTracker.EventType getType(Integer id)
-
values
static Array<NativeEventTracker.EventType> values()
-
valueOf
static NativeEventTracker.EventType valueOf(String name)
-
getId
int getId()
-
setId
void setId(int id)
-
-
-
-