autoInstallMode property

String? autoInstallMode
getter/setter pair

The auto-install mode.

If unset, defaults to "doNotAutoInstall". An app is automatically installed regardless of a set maintenance window. Possible string values are:

  • "autoInstallModeUnspecified"
  • "doNotAutoInstall" : The product is not installed automatically, the user needs to install it from the Play Store.
  • "autoInstallOnce" : The product is automatically installed once, if the user uninstalls the product it will not be installed again.
  • "forceAutoInstall" : The product is automatically installed, if the user uninstalls the product it will be installed again. On managed devices the DPC should block uninstall.

Implementation

core.String? autoInstallMode;