THEOplayer Web SDK
    Preparing search index...

    Interface Interstitial

    The THEOads interstitial.

    interface Interstitial {
        adTagParameters: Record<string, string>;
        duration: undefined | number;
        id: string;
        startTime: number;
        type: InterstitialType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    adTagParameters: Record<string, string>

    The ad tag parameters that are used for this specific ad break.


    - The set values are combined and potentially override parameters set on the TheoAdDescription.adTagParameters or through TheoAds.replaceAdTagParameters.

    duration: undefined | number

    The duration of the interstitial, in seconds.

    id: string

    The identifier of the interstitial.

    startTime: number

    The start time at which the interstitial will start.

    The type of the interstitial.