Interface OverlayInterstitial

The THEOads interstitial that corresponds with overlay playback.

interface OverlayInterstitial {
    clickThrough: undefined | string;
    duration: undefined | number;
    id: string;
    imageUrl: undefined | string;
    position: OverlayPosition;
    size: OverlaySize;
    startTime: number;
    type: "overlay";
}

Hierarchy (View Summary)

Properties

clickThrough: undefined | string

The clickThrough url of the overlay.

duration: undefined | number

The duration of the interstitial, in seconds.

id: string

The identifier of the interstitial.

imageUrl: undefined | string

The url of the image of the overlay.

position: OverlayPosition

The position of the overlay.

The size of the overlay.

startTime: number

The start time at which the interstitial will start.

type: "overlay"

The type of the interstitial.