Interface UplynkRemoveAdEvent

Fired when the ad is removed.

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

Hierarchy (View Summary)

  • Event<"removead">
    • UplynkRemoveAdEvent

Properties

Properties

date: Date

The creation date of the event.

type: "removead"

The type of the event.