appStore property

String? appStore
getter/setter pair

The app store the app belongs to. Possible string values are:

  • "APP_STORE_TYPE_UNSPECIFIED" : A placeholder for an unknown app store.
  • "APPLE_ITUNES" : Apple iTunes
  • "GOOGLE_PLAY" : Google Play
  • "ROKU" : Roku
  • "AMAZON_FIRETV" : Amazon Fire TV
  • "PLAYSTATION" : Playstation
  • "XBOX" : Xbox
  • "SAMSUNG_TV" : Samsung TV
  • "AMAZON" : Amazon Appstore
  • "OPPO" : OPPO App Market
  • "SAMSUNG" : Samsung Galaxy Store
  • "VIVO" : VIVO App Store
  • "XIAOMI" : Xiaomi GetApps

Implementation

core.String? appStore;