Enum POBVastCreative.POBEventTypes

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final String value
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CREATIVE_VIEW

      Indicates that an individual creative portion of the ad was viewed.

      START

      Indicate that an individual creative within the ad was loaded and playback began.

      FIRST_QUARTILE

      Indicate the creative played for at least 25% of the total duration.

      MID_POINT

      Indicate the creative played for at least 50% of the total duration.

      THIRD_QUARTILE

      Indicate the creative played for at least 75% of the duration.

      COMPLETE

      Indicate the creative was played to the end at normal speed.

      MUTE

      Indicate the user activated the mute control and muted the creative.

      UNMUTE

      Indicate the user activated the mute control and unmuted the creative.

      PAUSE

      Indicate the user clicked the pause control and stopped the creative.

      REWIND

      Indicate the user activated the rewind control to access a previous point in the creative timeline.

      RESUME

      Indicate the user activated the resume control after the creative had been stopped or onPause.

      FULL_SCREEN

      Indicate the user activated a control to extend the video player to the edges of the viewer's screen.

      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.

      COLLAPSE

      Indicate the user activated a control to reduce the creative to its original dimensions.

      ACCEPT_INVITATION_LINEAR

      Indicate the user activated a control that launched an additional portion of the creative.

      CLOSE_LINEAR

      Indicate the user clicked the close button on the creative.

      SKIP

      Indicate the user activated a skip control to skip the creative.

      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.

      AD_EXPAND

      Indicate the user activated a control to expand the creative.

      AD_COLLAPSE

      Indicate the user activated a control to reduce the creative to its original dimensions.

      MINIMIZE

      Indicate the user clicked or otherwise activated a control used to minimize the ad.

      OVERLAY_VIEW_DURATION

      Indicate the time that the initial ad is displayed.

      CLOSE

      Indicate the user clicked or otherwise activated a control for removing the ad

      OTHER_AD_INTERACTION

      An optional metric that can capture all other user interactions

      LOADED

      This event should be used to indicate when the player considers that it has loaded and buffered the creative's media.

      PLAYER_EXPAND

      Indicate the user activated a control to extend the player to a larger size.

      PLAYER_COLLAPSE

      Indicate the user activated a control to reduce player to a smaller size.

      NOT_USED

      This ad was not and will not be played (e.g. it was prefetched for a particular ad break but was not chosen for playback).

    • Constructor Detail

    • 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