Interface AdBufferingEvent

Fired when the ad has stalled playback to buffer.

interface AdBufferingEvent {
    ad: GoogleImaAd;
    date: Date;
    type: "adbuffering";
}

Hierarchy (view full)

  • AdEvent<"adbuffering">
    • AdBufferingEvent

Properties

Properties

The ad which is buffered.

date: Date

The creation date of the event.

type: "adbuffering"

The type of the event.