compatibility property

String? compatibility
getter/setter pair

Ad slot compatibility.

DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop, mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard. Possible string values are:

  • "DISPLAY"
  • "DISPLAY_INTERSTITIAL"
  • "APP" : Deprecated enum value. No longer supported.
  • "APP_INTERSTITIAL" : Deprecated enum value. No longer supported.
  • "IN_STREAM_VIDEO"
  • "IN_STREAM_AUDIO"

Implementation

core.String? compatibility;