appInstallSource property

String? appInstallSource
getter/setter pair

App installation source. Possible string values are:

  • "APPLICATION_INSTALL_SOURCE_UNSPECIFIED" : Application install source is unknown.
  • "APPLICATION_INSTALL_SOURCE_SYSTEM" : Application installed as part of Chrome OS.
  • "APPLICATION_INSTALL_SOURCE_SYNC" : Application install source is a sync.
  • "APPLICATION_INSTALL_SOURCE_PLAY_STORE" : Application install source is the Play store.
  • "APPLICATION_INSTALL_SOURCE_CHROME_WEB_STORE" : Application install source is the Chrome web store.
  • "APPLICATION_INSTALL_SOURCE_BROWSER" : Application install source is a browser.

Implementation

core.String? appInstallSource;