appStore property

String? appStore
getter/setter pair

The application store that distributes this specific app.

Required. Possible string values are:

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

Implementation

core.String? appStore;