Interface UplynkRemoveAdBreakEvent

Fired when the ad break is removed.

interface UplynkRemoveAdBreakEvent {
    adBreak: UplynkAdBreak;
    date: Date;
    type: "removeadbreak";
}

Hierarchy (View Summary)

  • Event<"removeadbreak">
    • UplynkRemoveAdBreakEvent

Properties

Properties

adBreak: UplynkAdBreak

The ad break which has been removed.

date: Date

The creation date of the event.

type: "removeadbreak"

The type of the event.