appStore property

String? appStore
getter/setter pair

The app store the mobile app is available in. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "APPLE_APP_STORE" : Apple iTunes.
  • "GOOGLE_PLAY" : Google Play.
  • "WINDOWS_STORE" : Windows Store.
  • "WINDOWS_PHONE_STORE" : Windows Phone Store.
  • "CN_APP_STORE" : The app is hosted in a Chinese app store.

Implementation

core.String? appStore;