public static enum POBVideoMeasurementProvider.POBVideoAdEventType extends java.lang.Enum<POBVideoMeasurementProvider.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
|
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 POBVideoMeasurementProvider.POBVideoAdEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBVideoMeasurementProvider.POBVideoAdEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBVideoMeasurementProvider.POBVideoAdEventType FIRST_QUARTILE
public static final POBVideoMeasurementProvider.POBVideoAdEventType MID_POINT
public static final POBVideoMeasurementProvider.POBVideoAdEventType THIRD_QUARTILE
public static final POBVideoMeasurementProvider.POBVideoAdEventType COMPLETE
public static final POBVideoMeasurementProvider.POBVideoAdEventType SKIPPED
public static final POBVideoMeasurementProvider.POBVideoAdEventType MUTE
public static final POBVideoMeasurementProvider.POBVideoAdEventType UNMUTE
public static final POBVideoMeasurementProvider.POBVideoAdEventType CLICKED
public static final POBVideoMeasurementProvider.POBVideoAdEventType PAUSE
public static final POBVideoMeasurementProvider.POBVideoAdEventType RESUME
public static POBVideoMeasurementProvider.POBVideoAdEventType[] values()
for (POBVideoMeasurementProvider.POBVideoAdEventType c : POBVideoMeasurementProvider.POBVideoAdEventType.values()) System.out.println(c);
public static POBVideoMeasurementProvider.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