THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAdCompleteEvent

    Fired when the ad is completed.

    interface UplynkAdCompleteEvent {
        ad: UplynkAd;
        date: Date;
        type: "adcomplete";
    }

    Hierarchy (View Summary)

    • Event<"adcomplete">
      • UplynkAdCompleteEvent
    Index

    Properties

    Properties

    The ad which has progressed.

    date: Date

    The creation date of the event.

    type: "adcomplete"

    The type of the event.