appStore property

String? appStore
getter/setter pair

The application store that distributes this specific app.

Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "APPLE_APP_STORE" : Apple app store.
  • "GOOGLE_APP_STORE" : Google play.

Implementation

core.String? appStore;