platform property

String? platform
getter/setter pair

The app platform.

Output only. Possible string values are:

  • "PLATFORM_UNSPECIFIED" : Platform is not specified.
  • "IOS" : iOS platform.
  • "ANDROID" : Android platform.

Implementation

core.String? platform;