installState property

String? installState
getter/setter pair

Install state.

The state "installPending" means that an install request has recently been made and download to the device is in progress. The state "installed" means that the app has been installed. This field is read-only. Possible string values are:

  • "installed"
  • "installPending"

Implementation

core.String? installState;