Interface VideoPlaybackDetails

Hierarchy

  • VideoPlaybackDetails

Properties

badge?: null | string

Video badge type.

caption?: null | string

The caption for the video.

ctaActionType?: null | string

The type of the CTA button clicked: "buy" "download" "view" "book". Only supported on iOS.

ctaActionURL?: null | string

The url of the CTA button clicked.

duration?: null | number

The total duration of the video.

feedId?: null | string

The associated feed ID

hasCTA?: null | boolean

Indicates if the video is associated with a call-to-action (CTA).

playerSize?: null | VideoPlayerSize

The size of the player.

progress?: null | number

The amount of time the video was playing at the time of the event.

videoId: string

A unique identifier of the video.

Generated using TypeDoc