compatibility property Null safety

String? compatibility
read / write

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"
  • "APP_INTERSTITIAL"
  • "IN_STREAM_VIDEO"
  • "IN_STREAM_AUDIO"

Implementation

core.String? compatibility;