appInstallType property

String? appInstallType
getter/setter pair

How the app was installed.

Output only. Possible string values are:

  • "APP_INSTALL_TYPE_UNSPECIFIED" : Application install type not specified.
  • "MULTIPLE" : Multiple app install types.
  • "NORMAL" : Normal app install type.
  • "ADMIN" : Administrator app install type.
  • "DEVELOPMENT" : Development app install type.
  • "SIDELOAD" : Sideloaded app install type.
  • "OTHER" : Other app install type.

Implementation

core.String? appInstallType;