Interface UplynkUpdateAdBreakEvent

Fired when the ad break is updated.

interface UplynkUpdateAdBreakEvent {
    adBreak: UplynkAdBreak;
    date: Date;
    type: "updateadbreak";
}

Hierarchy (View Summary)

  • Event<"updateadbreak">
    • UplynkUpdateAdBreakEvent

Properties

Properties

adBreak: UplynkAdBreak

The ad break which has been updated.

date: Date

The creation date of the event.

type: "updateadbreak"

The type of the event.