The ad object to be made available through UI events.

interface AdObject {
    adClickthroughUrl?: string;
    adData: AdData;
    targetPlayheadForAdSkip?: number;
}

Properties

adClickthroughUrl?: string

The URL to follow when ad click-through happens.

adData: AdData

The corresponding ad data object.

targetPlayheadForAdSkip?: number

The target playhead position (in seconds) to jump to for skipping the ad.

Generated using TypeDoc