div-action-video

Manages video playback.

Parameters

Parameters Description
action

string

Required parameter.

Defines the action for the video:

  • start — starts playing the video if the video is ready to be played, or schedules playback
  • pause' — stops the video playback</li></p><p>Possible values: start, pause`.

    Available platforms: Android, iOS.

  • id

    string

    Required parameter.

    Video ID.

    Available platforms: Android, iOS.

    type

    string

    Required parameter.

    The value must always be video.

    Available platforms: Android, iOS.

    JSON
    {
      type*: "video",
      action*: "string",
      id*: "string"
    }