THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAdBreakEndEvent

    Fired when the ad break ends.

    interface UplynkAdBreakEndEvent {
        adBreak: UplynkAdBreak;
        date: Date;
        type: "adbreakend";
    }

    Hierarchy (View Summary)

    • Event<"adbreakend">
      • UplynkAdBreakEndEvent
    Index

    Properties

    Properties

    adBreak: UplynkAdBreak

    The ad break which ended.

    date: Date

    The creation date of the event.

    type: "adbreakend"

    The type of the event.