THEOplayer Web SDK
    Preparing search index...

    Interface UplynkUpdateAdBreakEvent

    Fired when the ad break is updated.

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

    Hierarchy (View Summary)

    • Event<"updateadbreak">
      • UplynkUpdateAdBreakEvent
    Index

    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.