Interface VerizonMediaRemoveAdEvent

Fired when the ad is removed.

interface VerizonMediaRemoveAdEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "removead";
}

Hierarchy (view full)

  • Event<"removead">
    • VerizonMediaRemoveAdEvent

Properties

Properties

date: Date

The creation date of the event.

type: "removead"

The type of the event.