Enum Class AdEventType

java.lang.Object
java.lang.Enum<AdEventType>
com.brightcove.ssai.omid.AdEventType
All Implemented Interfaces:
Serializable, Comparable<AdEventType>, Constable

public enum AdEventType extends Enum<AdEventType>
Enum class containing the 'AdEventType' as defined by OMID's validation script.
  • Enum Constant Details

    • IMPRESSION

      public static final AdEventType IMPRESSION
    • LOADED

      public static final AdEventType LOADED
    • START

      public static final AdEventType START
    • FIRST_QUARTILE

      public static final AdEventType FIRST_QUARTILE
    • MIDPOINT

      public static final AdEventType MIDPOINT
    • THIRD_QUARTILE

      public static final AdEventType THIRD_QUARTILE
    • COMPLETE

      public static final AdEventType COMPLETE
    • PAUSE

      public static final AdEventType PAUSE
    • RESUME

      public static final AdEventType RESUME
    • BUFFER_START

      public static final AdEventType BUFFER_START
    • BUFFER_FINISH

      public static final AdEventType BUFFER_FINISH
    • SKIPPED

      public static final AdEventType SKIPPED
    • VOLUME_CHANGE

      public static final AdEventType VOLUME_CHANGE
    • PLAYER_STATE_CHANGE

      public static final AdEventType PLAYER_STATE_CHANGE
    • AD_USER_INTERACTION

      public static final AdEventType AD_USER_INTERACTION
  • Field Details

    • key

      public final String key
  • Method Details

    • values

      public static AdEventType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AdEventType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null