Interface UplynkAddAdBreakEvent

Fired when the ad break is added.

interface UplynkAddAdBreakEvent {
    adBreak: UplynkAdBreak;
    date: Date;
    type: "addadbreak";
}

Hierarchy (View Summary)

  • Event<"addadbreak">
    • UplynkAddAdBreakEvent

Properties

Properties

adBreak: UplynkAdBreak

The ad break which has been added.

date: Date

The creation date of the event.

type: "addadbreak"

The type of the event.