Interface Interstitial

The THEOads interstitial.

interface Interstitial {
    duration: undefined | number;
    id: string;
    startTime: number;
    type: InterstitialType;
}

Hierarchy (View Summary)

Properties

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.