Interface VerizonMediaUpdateAdBreakEvent

Fired when the ad break is updated.

interface VerizonMediaUpdateAdBreakEvent {
    adBreak: VerizonMediaAdBreak;
    date: Date;
    type: "updateadbreak";
}

Hierarchy (view full)

  • Event<"updateadbreak">
    • VerizonMediaUpdateAdBreakEvent

Properties

Properties

The ad break which has been updated.

date: Date

The creation date of the event.

type: "updateadbreak"

The type of the event.