Enum POBVastCreative.POBEventTypes
-
- All Implemented Interfaces:
public enum POBVastCreative.POBEventTypes
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CREATIVE_VIEWIndicates that an individual creative portion of the ad was viewed.
STARTIndicate that an individual creative within the ad was loaded and playback began.
FIRST_QUARTILEIndicate the creative played for at least 25% of the total duration.
MID_POINTIndicate the creative played for at least 50% of the total duration.
THIRD_QUARTILEIndicate the creative played for at least 75% of the duration.
COMPLETEIndicate the creative was played to the end at normal speed.
MUTEIndicate the user activated the mute control and muted the creative.
UNMUTEIndicate the user activated the mute control and unmuted the creative.
PAUSEIndicate the user clicked the pause control and stopped the creative.
REWINDIndicate the user activated the rewind control to access a previous point in the creative timeline.
RESUMEIndicate the user activated the resume control after the creative had been stopped or onPause.
FULL_SCREENIndicate the user activated a control to extend the video player to the edges of the viewer's screen.
EXIT_FULL_SCREENIndicate the user activated the control to reduce video player size to original dimensions.
EXPANDIndicate the user activated a control to expand the creative.
COLLAPSEIndicate the user activated a control to reduce the creative to its original dimensions.
ACCEPT_INVITATION_LINEARIndicate the user activated a control that launched an additional portion of the creative.
CLOSE_LINEARIndicate the user clicked the close button on the creative.
SKIPIndicate the user activated a skip control to skip the creative.
PROGRESSIndicate the creative played for a duration at normal speed that is equal to or greater than the value provided in an additional attribute for offset.
AD_EXPANDIndicate the user activated a control to expand the creative.
AD_COLLAPSEIndicate the user activated a control to reduce the creative to its original dimensions.
MINIMIZEIndicate the user clicked or otherwise activated a control used to minimize the ad.
OVERLAY_VIEW_DURATIONIndicate the time that the initial ad is displayed.
CLOSEIndicate the user clicked or otherwise activated a control for removing the ad
OTHER_AD_INTERACTIONAn optional metric that can capture all other user interactions
LOADEDThis event should be used to indicate when the player considers that it has loaded and buffered the creative's media.
PLAYER_EXPANDIndicate the user activated a control to extend the player to a larger size.
PLAYER_COLLAPSEIndicate the user activated a control to reduce player to a smaller size.
NOT_USEDThis ad was not and will not be played (e.g. it was prefetched for a particular ad break but was not chosen for playback).
-
Method Summary
Modifier and Type Method Description static Array<POBVastCreative.POBEventTypes>values()Returns an array containing the constants of this enum type, in the order they're declared. static POBVastCreative.POBEventTypesvalueOf(String name)Returns the enum constant of this type with the specified name. StringgetValue()-
-
Method Detail
-
values
static Array<POBVastCreative.POBEventTypes> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static POBVastCreative.POBEventTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-