public static enum POBVastCreative.POBEventTypes extends java.lang.Enum<POBVastCreative.POBEventTypes>
| Enum Constant and Description |
|---|
ACCEPT_INVITATION_LINEAR
Indicate the user activated a control that launched an additional portion of the creative.
|
AD_COLLAPSE
Indicate the user activated a control to reduce the creative to its original dimensions.
|
AD_EXPAND
Indicate the user activated a control to expand the creative.
|
CLOSE
Indicate the user clicked or otherwise activated a control for removing the ad
|
CLOSE_LINEAR
Indicate the user clicked the close button on the creative.
|
COLLAPSE
Indicate the user activated a control to reduce the creative to its original dimensions.
|
COMPLETE
Indicate the creative was played to the end at normal speed.
|
CREATIVE_VIEW
Indicates that an individual creative portion of the ad was viewed.
|
EXIT_FULL_SCREEN
Indicate the user activated the control to reduce video player size to original dimensions.
|
EXPAND
Indicate the user activated a control to expand the creative.
|
FIRST_QUARTILE
Indicate the creative played for at least 25% of the total duration.
|
FULL_SCREEN
Indicate the user activated a control to extend the video player to the edges of the viewer's screen.
|
LOADED
This event should be used to indicate when the player considers that it has
loaded and buffered the creative's media.
|
MID_POINT
Indicate the creative played for at least 50% of the total duration.
|
MINIMIZE
Indicate the user clicked or otherwise activated a control used to minimize the ad.
|
MUTE
Indicate the user activated the mute control and muted the creative.
|
NOT_USED
This ad was not and will not be played (e.g.
|
OTHER_AD_INTERACTION
An optional metric that can capture all other user interactions
|
OVERLAY_VIEW_DURATION
Indicate the time that the initial ad is displayed.
|
PAUSE
Indicate the user clicked the pause control and stopped the creative.
|
PLAYER_COLLAPSE
Indicate the user activated a control to reduce player to a smaller size.
|
PLAYER_EXPAND
Indicate the user activated a control to extend the player to a larger size.
|
PROGRESS
Indicate 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.
|
RESUME
Indicate the user activated the resume control after the creative had been stopped or onPause.
|
REWIND
Indicate the user activated the rewind control to access a previous point in the creative timeline.
|
SKIP
Indicate the user activated a skip control to skip the creative.
|
START
Indicate that an individual creative within the ad was loaded and playback began.
|
THIRD_QUARTILE
Indicate the creative played for at least 75% of the duration.
|
UNMUTE
Indicate the user activated the mute control and unmuted the creative.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static POBVastCreative.POBEventTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBVastCreative.POBEventTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBVastCreative.POBEventTypes CREATIVE_VIEW
public static final POBVastCreative.POBEventTypes START
public static final POBVastCreative.POBEventTypes FIRST_QUARTILE
public static final POBVastCreative.POBEventTypes MID_POINT
public static final POBVastCreative.POBEventTypes THIRD_QUARTILE
public static final POBVastCreative.POBEventTypes COMPLETE
public static final POBVastCreative.POBEventTypes MUTE
public static final POBVastCreative.POBEventTypes UNMUTE
public static final POBVastCreative.POBEventTypes PAUSE
public static final POBVastCreative.POBEventTypes REWIND
public static final POBVastCreative.POBEventTypes RESUME
public static final POBVastCreative.POBEventTypes FULL_SCREEN
public static final POBVastCreative.POBEventTypes EXIT_FULL_SCREEN
public static final POBVastCreative.POBEventTypes EXPAND
public static final POBVastCreative.POBEventTypes COLLAPSE
public static final POBVastCreative.POBEventTypes ACCEPT_INVITATION_LINEAR
public static final POBVastCreative.POBEventTypes CLOSE_LINEAR
public static final POBVastCreative.POBEventTypes SKIP
public static final POBVastCreative.POBEventTypes PROGRESS
public static final POBVastCreative.POBEventTypes AD_EXPAND
public static final POBVastCreative.POBEventTypes AD_COLLAPSE
public static final POBVastCreative.POBEventTypes MINIMIZE
public static final POBVastCreative.POBEventTypes OVERLAY_VIEW_DURATION
public static final POBVastCreative.POBEventTypes CLOSE
public static final POBVastCreative.POBEventTypes OTHER_AD_INTERACTION
public static final POBVastCreative.POBEventTypes LOADED
public static final POBVastCreative.POBEventTypes PLAYER_EXPAND
public static final POBVastCreative.POBEventTypes PLAYER_COLLAPSE
public static final POBVastCreative.POBEventTypes NOT_USED
public static POBVastCreative.POBEventTypes[] values()
for (POBVastCreative.POBEventTypes c : POBVastCreative.POBEventTypes.values()) System.out.println(c);
public static POBVastCreative.POBEventTypes 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 nullpublic java.lang.String getValue()