Interface VerizonMediaAdEndEvent

Fired when the ad ends.

interface VerizonMediaAdEndEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "adend";
}

Hierarchy (view full)

  • Event<"adend">
    • VerizonMediaAdEndEvent

Properties

Properties

The ad which has ended.

date: Date

The creation date of the event.

type: "adend"

The type of the event.

Generated using TypeDoc