THEOplayer Web SDK
    Preparing search index...

    Interface UplynkRemoveAdEvent

    Fired when the ad is removed.

    interface UplynkRemoveAdEvent {
        ad: UplynkAd;
        date: Date;
        type: "removead";
    }

    Hierarchy (View Summary)

    • Event<"removead">
      • UplynkRemoveAdEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: "removead"

    The type of the event.