Interface VerizonMediaAdBreakSkipEvent

Fired when the ad break is skipped.

interface VerizonMediaAdBreakSkipEvent {
    adBreak: VerizonMediaAdBreak;
    date: Date;
    type: "adbreakskip";
}

Hierarchy (view full)

  • Event<"adbreakskip">
    • VerizonMediaAdBreakSkipEvent

Properties

Properties

The ad break which has been skipped.

date: Date

The creation date of the event.

type: "adbreakskip"

The type of the event.

Generated using TypeDoc