object EventName extends GeneratedEnumCompanion[EventName]
- Alphabetic
- By Inheritance
- EventName
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends EventName
- final case class Unrecognized(unrecognizedValue: Int) extends EventName with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = EventName
- Definition Classes
- GeneratedEnumCompanion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- implicit def enumCompanion: GeneratedEnumCompanion[EventName]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[EventName]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): EventName
- Definition Classes
- EventName → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- EventName → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- EventName → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- EventName → GeneratedEnumCompanion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object EVENT_NAME_INVALID extends EventName with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- 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()
- 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()
- case object EVENT_NAME_ON_CLOSE extends EventName with Recognized with Product with Serializable
Triggers when
Closeaction is executed.Triggers when
Closeaction is executed. Source: system;- Annotations
- @SerialVersionUID()
- 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()
- 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()
- 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()
- 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()
- 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()
- case object EVENT_NAME_ON_MIDPOINT extends EventName with Recognized with Product with Serializable
50% video.
50% video. Source: any video source;
- Annotations
- @SerialVersionUID()
- 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()
- 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()
- 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()
- 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()
- 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()
- 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()
- case object EVENT_NAME_ON_SKIP extends EventName with Recognized with Product with Serializable
Triggers when
Skipaction is performed.Triggers when
Skipaction is performed. Source: system;- Annotations
- @SerialVersionUID()
- case object EVENT_NAME_ON_START extends EventName with Recognized with Product with Serializable
0% video.
0% video. Source: any video source;
- Annotations
- @SerialVersionUID()
- 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()
- 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()
- case object EVENT_NAME_ON_USE_CUSTOM_CLOSE extends EventName with Recognized with Product with Serializable
Triggers when
useCustomCloseevent is received in mraid Source: any mraid source.Triggers when
useCustomCloseevent is received in mraid Source: any mraid source. Bool (true/false);- Annotations
- @SerialVersionUID()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)