Interface UplynkAdBreakSkipEvent

Fired when the ad break is skipped.

interface UplynkAdBreakSkipEvent {
    adBreak: UplynkAdBreak;
    date: Date;
    type: "adbreakskip";
}

Hierarchy (View Summary)

  • Event<"adbreakskip">
    • UplynkAdBreakSkipEvent

Properties

Properties

adBreak: UplynkAdBreak

The ad break which has been skipped.

date: Date

The creation date of the event.

type: "adbreakskip"

The type of the event.