THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAdMidpointEvent

    Fired when the ad reaches the mid point.

    interface UplynkAdMidpointEvent {
        ad: UplynkAd;
        date: Date;
        type: "admidpoint";
    }

    Hierarchy (View Summary)

    • Event<"admidpoint">
      • UplynkAdMidpointEvent
    Index

    Properties

    Properties

    The ad which has progressed.

    date: Date

    The creation date of the event.

    type: "admidpoint"

    The type of the event.