Interface FreeWheelCue

Represents a FreeWheel cue.

interface FreeWheelCue {
    adUnit: FreeWheelAdUnitType;
    timeOffset: number;
}

Properties

Properties

The ad unit type.

timeOffset: number

Offset after which the ad break will start, in seconds.

Generated using TypeDoc