appSource property

String? appSource
getter/setter pair

Source of the installed app.

Output only. Possible string values are:

  • "APP_SOURCE_UNSPECIFIED" : Application source not specified.
  • "CHROME_WEBSTORE" : Generally for extensions and Chrome apps.
  • "PLAY_STORE" : Play Store app.

Implementation

core.String? appSource;