react-native-firework-sdk
    Preparing search index...

    Interface VideoPlaybackDetails

    interface VideoPlaybackDetails {
        badge?: null | string;
        caption?: null | string;
        ctaActionType?: null | string;
        ctaActionURL?: null | string;
        duration?: null | number;
        feedId?: null | string;
        hasCTA?: null | boolean;
        playerSize?: null | VideoPlayerSize;
        progress?: null | number;
        videoId: string;
    }
    Index

    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.