Interface VerizonMediaAdBeginEvent

Fired when an ad begins.

interface VerizonMediaAdBeginEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "adbegin";
}

Hierarchy (view full)

  • Event<"adbegin">
    • VerizonMediaAdBeginEvent

Properties

Properties

The ad which began.

date: Date

The creation date of the event.

type: "adbegin"

The type of the event.

Generated using TypeDoc