Enumeration AdEventType

Enumeration Members

ADD_AD: "addad"

Dispatched when an ad is added.

ADD_AD_BREAK: "addadbreak"

Dispatched when an ad break is added.

AD_BEGIN: "adbegin"

Dispatched when an ad begins.

AD_BREAK_BEGIN: "adbreakbegin"

Dispatched when an ad break begins.

AD_BREAK_CHANGE: "adbreakchange"

Dispatched when an ad break changes.

AD_BREAK_END: "adbreakend"

Dispatched when an ad break ends.

AD_BUFFERING: "adbuffering"

Dispatched when the ad has stalled playback to buffer.

AD_CLICKED: "adclicked"

Dispatched when an ad is clicked.

Remarks


- Available only on Android.

AD_END: "adend"

Dispatched when an ad ends.

AD_ERROR: "aderror"

Dispatched when an ad error occurs.

AD_FIRST_QUARTILE: "adfirstquartile"

Dispatched when an ad reaches the first quartile.

AD_ICON_FALLBACK_IMAGE_CLOSED: "adiconfallbackimageclosed"

Dispatched when the user has closed the icon fallback image dialog.

Remarks


- Available only on Android.

See

Android IMA reference

AD_ICON_TAPPED: "adicontapped"

Dispatched when the user has tapped an ad icon, for example the 'Why this ad' (WTA) icon.

  • On iOS and Android mobile apps, the SDK will navigate to the landing page.
  • On tvOS and Android TV, the SDK will present a modal dialog containing the VAST icon fallback image.

Remarks


- Available only on Android.

See

Android IMA reference

AD_IMPRESSION: "adimpression"

Dispatched when an ad counts as an impression.

AD_LOADED: "adloaded"

Dispatched when an ad is loaded.

AD_METADATA: "admetadata"

Dispatched when an ads list is loaded.

AD_MIDPOINT: "admidpoint"

Dispatched when an ad reaches the mid point.

AD_SKIP: "adskip"

Dispatched when an ad is skipped.

AD_TAPPED: "adtapped"

Dispatched when a non-clickthrough portion of an ad is tapped.

Remarks


- Available only on Android.

AD_THIRD_QUARTILE: "adthirdquartile"

Dispatched when an ad reaches the third quartile.

REMOVE_AD_BREAK: "removeadbreak"

Dispatched when an ad break is removed.

UPDATE_AD: "updatead"

Dispatched when an ad is updated.

UPDATE_AD_BREAK: "updateadbreak"

Dispatched when an ad break is updated.