Interface UplynkAdBreakBeginEvent

Fired when the ad break begins.

interface UplynkAdBreakBeginEvent {
    adBreak: UplynkAdBreak;
    date: Date;
    type: "adbreakbegin";
}

Hierarchy (View Summary)

  • Event<"adbreakbegin">
    • UplynkAdBreakBeginEvent

Properties

Properties

adBreak: UplynkAdBreak

The ad break which began.

date: Date

The creation date of the event.

type: "adbreakbegin"

The type of the event.