Interface VerizonMediaAdCompleteEvent

Fired when the ad is completed.

interface VerizonMediaAdCompleteEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "adcomplete";
}

Hierarchy (view full)

  • Event<"adcomplete">
    • VerizonMediaAdCompleteEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "adcomplete"

The type of the event.