Interface UplynkAdCompleteEvent

Fired when the ad is completed.

interface UplynkAdCompleteEvent {
    ad: UplynkAd;
    date: Date;
    type: "adcomplete";
}

Hierarchy (View Summary)

  • Event<"adcomplete">
    • UplynkAdCompleteEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "adcomplete"

The type of the event.