Packages

object EventName extends GeneratedEnumCompanion[EventName]

Linear Supertypes
GeneratedEnumCompanion[EventName], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventName
  2. GeneratedEnumCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Recognized extends EventName
  2. final case class Unrecognized(unrecognizedValue: Int) extends EventName with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = EventName
    Definition Classes
    GeneratedEnumCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit def enumCompanion: GeneratedEnumCompanion[EventName]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromName(name: String): Option[EventName]
    Definition Classes
    GeneratedEnumCompanion
  10. def fromValue(__value: Int): EventName
    Definition Classes
    EventName → GeneratedEnumCompanion
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def javaDescriptor: EnumDescriptor
    Definition Classes
    EventName → GeneratedEnumCompanion
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def scalaDescriptor: EnumDescriptor
    Definition Classes
    EventName → GeneratedEnumCompanion
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. lazy val values: Seq[ValueType]
    Definition Classes
    EventName → GeneratedEnumCompanion
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. case object EVENT_NAME_INVALID extends EventName with Recognized with Product with Serializable
    Annotations
    @SerialVersionUID()
  26. case object EVENT_NAME_ON_BILLABLE_IMPRESSION extends EventName with Recognized with Product with Serializable

    Triggered when entering the "billable impression" phase

    Triggered when entering the "billable impression" phase

    Annotations
    @SerialVersionUID()
  27. case object EVENT_NAME_ON_CLICK extends EventName with Recognized with Product with Serializable

    Triggers when clicking on any view component.

    Triggers when clicking on any view component. Source: any view source;

    Annotations
    @SerialVersionUID()
  28. case object EVENT_NAME_ON_CLICK_RESOLVED extends EventName with Recognized with Product with Serializable

    Triggered when an actual navigation/store opening via link has occurred

    Triggered when an actual navigation/store opening via link has occurred

    Annotations
    @SerialVersionUID()
  29. case object EVENT_NAME_ON_CLOSE extends EventName with Recognized with Product with Serializable

    Triggers when Close action is executed.

    Triggers when Close action is executed. Source: system;

    Annotations
    @SerialVersionUID()
  30. case object EVENT_NAME_ON_COLLAPSE extends EventName with Recognized with Product with Serializable

    Triggered when the system closed the modal window

    Triggered when the system closed the modal window

    Annotations
    @SerialVersionUID()
  31. case object EVENT_NAME_ON_COMPLETE extends EventName with Recognized with Product with Serializable

    100% video / countdown complete.

    100% video / countdown complete. Source: any source;

    Annotations
    @SerialVersionUID()
  32. case object EVENT_NAME_ON_EXPAND extends EventName with Recognized with Product with Serializable

    Triggered when mraid receives expand message from web view.

    Triggered when mraid receives expand message from web view. And upon completion of modal window opening by the system

    Annotations
    @SerialVersionUID()
  33. case object EVENT_NAME_ON_FIRST_QUARTILE extends EventName with Recognized with Product with Serializable

    25% video.

    25% video. Source: any video source;

    Annotations
    @SerialVersionUID()
  34. case object EVENT_NAME_ON_IMPRESSION extends EventName with Recognized with Product with Serializable

    Triggers when the phase is first displayed on the screen.

    Triggers when the phase is first displayed on the screen. Source: system;

    Annotations
    @SerialVersionUID()
  35. case object EVENT_NAME_ON_MIDPOINT extends EventName with Recognized with Product with Serializable

    50% video.

    50% video. Source: any video source;

    Annotations
    @SerialVersionUID()
  36. case object EVENT_NAME_ON_MUTE extends EventName with Recognized with Product with Serializable

    Triggers if the video sound has been turned off.

    Triggers if the video sound has been turned off. Source: any video source;

    Annotations
    @SerialVersionUID()
  37. case object EVENT_NAME_ON_NAVIGATE extends EventName with Recognized with Product with Serializable

    Triggers when you click on webview.

    Triggers when you click on webview. Source: any mraid source. URL;

    Annotations
    @SerialVersionUID()
  38. case object EVENT_NAME_ON_PAUSE extends EventName with Recognized with Product with Serializable

    Triggers when the player is paused.

    Triggers when the player is paused. Source: any video source;

    Annotations
    @SerialVersionUID()
  39. case object EVENT_NAME_ON_PROGRESS extends EventName with Recognized with Product with Serializable

    Triggers when changing the progress of the vast player.

    Triggers when changing the progress of the vast player. Source: any video source. 0..100%;

    Annotations
    @SerialVersionUID()
  40. case object EVENT_NAME_ON_RESUME extends EventName with Recognized with Product with Serializable

    Triggers when player playback is restored.

    Triggers when player playback is restored. Source: any video source;

    Annotations
    @SerialVersionUID()
  41. case object EVENT_NAME_ON_SCHEDULED extends EventName with Recognized with Product with Serializable

    Triggers after the timer expires.

    Triggers after the timer expires. Source: any source;

    Annotations
    @SerialVersionUID()
  42. case object EVENT_NAME_ON_SKIP extends EventName with Recognized with Product with Serializable

    Triggers when Skip action is performed.

    Triggers when Skip action is performed. Source: system;

    Annotations
    @SerialVersionUID()
  43. case object EVENT_NAME_ON_START extends EventName with Recognized with Product with Serializable

    0% video.

    0% video. Source: any video source;

    Annotations
    @SerialVersionUID()
  44. case object EVENT_NAME_ON_THIRD_QUARTILE extends EventName with Recognized with Product with Serializable

    75% video.

    75% video. Source: any video source;

    Annotations
    @SerialVersionUID()
  45. case object EVENT_NAME_ON_UNMUTE extends EventName with Recognized with Product with Serializable

    Triggers if the video sound has been turned on.

    Triggers if the video sound has been turned on. Source: any video source;

    Annotations
    @SerialVersionUID()
  46. case object EVENT_NAME_ON_USE_CUSTOM_CLOSE extends EventName with Recognized with Product with Serializable

    Triggers when useCustomClose event is received in mraid Source: any mraid source.

    Triggers when useCustomClose event is received in mraid Source: any mraid source. Bool (true/false);

    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GeneratedEnumCompanion[EventName]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped