appPlatform property

String? appPlatform
getter/setter pair

Indicates the platform of the targeted app.

If this field is not specified, the app platform will be assumed to be mobile (i.e., Android or iOS), and we will derive the appropriate mobile platform from the app ID. Possible string values are:

  • "APP_PLATFORM_UNSPECIFIED" : Default value when app platform is not specified in this version. This enum is a placeholder for default value and does not represent a real platform option.
  • "APP_PLATFORM_IOS" : The app platform is iOS.
  • "APP_PLATFORM_ANDROID" : The app platform is Android.
  • "APP_PLATFORM_ROKU" : The app platform is Roku.
  • "APP_PLATFORM_AMAZON_FIRETV" : The app platform is Amazon FireTV.
  • "APP_PLATFORM_PLAYSTATION" : The app platform is Playstation.
  • "APP_PLATFORM_APPLE_TV" : The app platform is Apple TV.
  • "APP_PLATFORM_XBOX" : The app platform is Xbox.
  • "APP_PLATFORM_SAMSUNG_TV" : The app platform is Samsung TV.
  • "APP_PLATFORM_ANDROID_TV" : The app platform is Android TV.
  • "APP_PLATFORM_GENERIC_CTV" : The app platform is a CTV platform that is not explicitly listed elsewhere.

Implementation

core.String? appPlatform;