Packages

object TaskName extends GeneratedEnumCompanion[TaskName]

Linear Supertypes
GeneratedEnumCompanion[TaskName], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskName
  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 TaskName
  2. final case class Unrecognized(unrecognizedValue: Int) extends TaskName with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = TaskName
    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[TaskName]
  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[TaskName]
    Definition Classes
    GeneratedEnumCompanion
  10. def fromValue(__value: Int): TaskName
    Definition Classes
    TaskName → 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
    TaskName → 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
    TaskName → 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
    TaskName → 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 TASK_NAME_CLOSE extends TaskName with Recognized with Product with Serializable

    Close as view.

    Close as view. Target: system.

    Annotations
    @SerialVersionUID()
  26. case object TASK_NAME_COLLAPSE extends TaskName with Recognized with Product with Serializable

    Sends a signal to the system to hide the modal window

    Sends a signal to the system to hide the modal window

    Annotations
    @SerialVersionUID()
  27. case object TASK_NAME_EXPAND extends TaskName with Recognized with Product with Serializable

    Sends a signal to the system to open a modal window

    Sends a signal to the system to open a modal window

    Annotations
    @SerialVersionUID()
  28. case object TASK_NAME_HIDE extends TaskName with Recognized with Product with Serializable

    Hide component.

    Hide component. Target: any view source.

    Annotations
    @SerialVersionUID()
  29. case object TASK_NAME_HIDE_OVERLAY extends TaskName with Recognized with Product with Serializable

    Hide SKOverlay.

    Hide SKOverlay. Target: system.

    Annotations
    @SerialVersionUID()
  30. case object TASK_NAME_INVALID extends TaskName with Recognized with Product with Serializable
    Annotations
    @SerialVersionUID()
  31. case object TASK_NAME_LOCK_VISIBILITY extends TaskName with Recognized with Product with Serializable

    Locks the element in the visibility state by flag or by value from the event.

    Locks the element in the visibility state by flag or by value from the event. No source can change the visibility value for an element. Target: any view source. Value: Uint (ms).

    Annotations
    @SerialVersionUID()
  32. case object TASK_NAME_MUTE extends TaskName with Recognized with Product with Serializable

    Mute the player.

    Mute the player. Target: any video source. Value: Any value.

    Annotations
    @SerialVersionUID()
  33. case object TASK_NAME_NOTIFY_OPEN extends TaskName with Recognized with Product with Serializable

    Open url in StoreKit and notification when user link is opened.

    Open url in StoreKit and notification when user link is opened. May be empty in case of navigate event Target: system. Value: URL.

    Annotations
    @SerialVersionUID()
  34. case object TASK_NAME_OPEN extends TaskName with Recognized with Product with Serializable

    Switch phase to the next phase or close the ad view if there is none.

    Switch phase to the next phase or close the ad view if there is none. Target: system. Value: URL.

    Annotations
    @SerialVersionUID()
  35. case object TASK_NAME_PRIVACY_SHEET extends TaskName with Recognized with Product with Serializable

    Open the privacy sheet.

    Open the privacy sheet. Target: system. Value: JSON Privacy Sheet object.

    Annotations
    @SerialVersionUID()
  36. case object TASK_NAME_PROGRESS extends TaskName with Recognized with Product with Serializable

    Change the value of the component's progress.

    Change the value of the component's progress. Target: any view source. Value: Any value.

    Annotations
    @SerialVersionUID()
  37. case object TASK_NAME_REPEAT extends TaskName with Recognized with Product with Serializable

    Repeat video

    Repeat video

    Annotations
    @SerialVersionUID()
  38. case object TASK_NAME_REPORT_CLICK extends TaskName with Recognized with Product with Serializable

    Used to notify the user about a click.

    Used to notify the user about a click. Fires on the 503 event

    Annotations
    @SerialVersionUID()
  39. case object TASK_NAME_REQUEST_PERMISSION extends TaskName with Recognized with Product with Serializable

    SDK request new tasks stack

    SDK request new tasks stack

    Annotations
    @SerialVersionUID()
  40. case object TASK_NAME_SCHEDULE extends TaskName with Recognized with Product with Serializable

    Start the timer for N milliseconds.

    Start the timer for N milliseconds. Target: any source.

    Annotations
    @SerialVersionUID()
  41. case object TASK_NAME_SHOW extends TaskName with Recognized with Product with Serializable

    Show component.

    Show component. Target: any view source.

    Annotations
    @SerialVersionUID()
  42. case object TASK_NAME_SHOW_OVERLAY extends TaskName with Recognized with Product with Serializable

    Shows SKOverlay (BM overlay is better to be represented through mraid component and control on it showing hiding will be done by show/hide).

    Shows SKOverlay (BM overlay is better to be represented through mraid component and control on it showing hiding will be done by show/hide). Target: system.

    Annotations
    @SerialVersionUID()
  43. case object TASK_NAME_SIMULATE_CLICK extends TaskName with Recognized with Product with Serializable

    Simulates a click on an element.

    Simulates a click on an element. The click is converted on the sdk side into an event MRAID - on_navigate OTHER - on_click

    Annotations
    @SerialVersionUID()
  44. case object TASK_NAME_SKIP extends TaskName with Recognized with Product with Serializable

    Switch phase to the next phase or close the ad view if there is none.

    Switch phase to the next phase or close the ad view if there is none. Target: system.

    Annotations
    @SerialVersionUID()
  45. case object TASK_NAME_START extends TaskName with Recognized with Product with Serializable

    Run the components internal script. Target: any source.

    Run the components internal script. Target: any source.

    Annotations
    @SerialVersionUID()
  46. case object TASK_NAME_TOGGLE_STATE_GROUPS extends TaskName with Recognized with Product with Serializable

    Configuration to toggle state_groups.

    Configuration to toggle state_groups. Task execution will reflect these state changes. List with operators as prefixes: "value": "!group1 &group2" ! - exclude & - include

    Annotations
    @SerialVersionUID()
  47. case object TASK_NAME_TRACK extends TaskName with Recognized with Product with Serializable

    Fire tracking url.

    Fire tracking url. Target: system. Value: URL.

    Annotations
    @SerialVersionUID()
  48. case object TASK_NAME_UNLOCK_VISIBILITY extends TaskName with Recognized with Product with Serializable

    Unlocks the element and sets it to the state it should have been in if it had not been locked.

    Unlocks the element and sets it to the state it should have been in if it had not been locked. Target: any view source. Value: Bool (true, false).

    Annotations
    @SerialVersionUID()
  49. case object TASK_NAME_UNMUTE extends TaskName with Recognized with Product with Serializable

    Unmute the player.

    Unmute the player. Target: any video source.

    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[TaskName]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped