public static enum POBDataType.POBVideoAdEventType extends java.lang.Enum<POBDataType.POBVideoAdEventType>
Enum Constant and Description |
---|
CLICKED
To notify Ad session that an click event has occurred
|
COMPLETE
To notify Ad session that an complete event has occurred
|
FIRST_QUARTILE
To notify Ad session that an first quartile event has occurred
|
ICON_CLICKED
To notify Ad session that an video industry icon click event has occurred
|
MID_POINT
To notify Ad session that an midpoint event has occurred
|
MUTE
To notify Ad session that an mute event has occurred
|
PAUSE
To notify Ad session that an pause event has occurred
|
RESUME
To notify Ad session that an resume event has occurred
|
SKIPPED
To notify Ad session that an skipped event has occurred
|
THIRD_QUARTILE
To notify Ad session that an third quartile event has occurred
|
UNMUTE
To notify Ad session that an unmute event has occurred
|
Modifier and Type | Method and Description |
---|---|
static POBDataType.POBVideoAdEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBDataType.POBVideoAdEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBDataType.POBVideoAdEventType FIRST_QUARTILE
public static final POBDataType.POBVideoAdEventType MID_POINT
public static final POBDataType.POBVideoAdEventType THIRD_QUARTILE
public static final POBDataType.POBVideoAdEventType COMPLETE
public static final POBDataType.POBVideoAdEventType SKIPPED
public static final POBDataType.POBVideoAdEventType MUTE
public static final POBDataType.POBVideoAdEventType UNMUTE
public static final POBDataType.POBVideoAdEventType CLICKED
public static final POBDataType.POBVideoAdEventType PAUSE
public static final POBDataType.POBVideoAdEventType RESUME
public static final POBDataType.POBVideoAdEventType ICON_CLICKED
public static POBDataType.POBVideoAdEventType[] values()
for (POBDataType.POBVideoAdEventType c : POBDataType.POBVideoAdEventType.values()) System.out.println(c);
public static POBDataType.POBVideoAdEventType 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