state property

String? state
getter/setter pair

Application state. Possible string values are:

  • "APPLICATION_STATE_UNSPECIFIED" : App state is unspecified
  • "REMOVED" : App was removed from the device
  • "INSTALLED" : App is installed on the device

Implementation

core.String? state;