Interface VerizonMediaAdBreakBeginEvent

Fired when the ad break begins.

interface VerizonMediaAdBreakBeginEvent {
    adBreak: VerizonMediaAdBreak;
    date: Date;
    type: "adbreakbegin";
}

Hierarchy (view full)

  • Event<"adbreakbegin">
    • VerizonMediaAdBreakBeginEvent

Properties

Properties

The ad break which began.

date: Date

The creation date of the event.

type: "adbreakbegin"

The type of the event.