THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAdEndEvent

    Fired when the ad ends.

    interface UplynkAdEndEvent {
        ad: UplynkAd;
        date: Date;
        type: "adend";
    }

    Hierarchy (View Summary)

    • Event<"adend">
      • UplynkAdEndEvent
    Index

    Properties

    Properties

    The ad which has ended.

    date: Date

    The creation date of the event.

    type: "adend"

    The type of the event.