THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAdBreakSkipEvent

    Fired when the ad break is skipped.

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

    Hierarchy (View Summary)

    • Event<"adbreakskip">
      • UplynkAdBreakSkipEvent
    Index

    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.