public enum TRACKING_EVENTS_TYPE extends java.lang.Enum<TRACKING_EVENTS_TYPE>
| Enum Constant and Description |
|---|
acceptInvitation |
close |
collapse |
complete |
creativeView |
expand |
firstQuartile |
fullscreen |
midpoint |
mute |
pause |
resume |
rewind |
start |
thirdQuartile |
unmute |
| Modifier and Type | Method and Description |
|---|---|
static TRACKING_EVENTS_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TRACKING_EVENTS_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TRACKING_EVENTS_TYPE creativeView
public static final TRACKING_EVENTS_TYPE start
public static final TRACKING_EVENTS_TYPE midpoint
public static final TRACKING_EVENTS_TYPE firstQuartile
public static final TRACKING_EVENTS_TYPE thirdQuartile
public static final TRACKING_EVENTS_TYPE complete
public static final TRACKING_EVENTS_TYPE mute
public static final TRACKING_EVENTS_TYPE unmute
public static final TRACKING_EVENTS_TYPE pause
public static final TRACKING_EVENTS_TYPE rewind
public static final TRACKING_EVENTS_TYPE resume
public static final TRACKING_EVENTS_TYPE fullscreen
public static final TRACKING_EVENTS_TYPE expand
public static final TRACKING_EVENTS_TYPE collapse
public static final TRACKING_EVENTS_TYPE acceptInvitation
public static final TRACKING_EVENTS_TYPE close
public static TRACKING_EVENTS_TYPE[] values()
for (TRACKING_EVENTS_TYPE c : TRACKING_EVENTS_TYPE.values()) System.out.println(c);
public static TRACKING_EVENTS_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 null