appStore property
The app store the app belongs to.
Can be used to filter the response of the publisherProfiles.list method. 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_FIRE_TV" : 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
- "LG_TV" : LG TV
Implementation
core.String? appStore;