accountState property

String? accountState
getter/setter pair

The state of the Google account on the device.

"enabled" indicates that the Google account on the device can be used to access Google services (including Google Play), while "disabled" means that it cannot. A new device is initially in the "disabled" state. Possible string values are:

  • "enabled"
  • "disabled"

Implementation

core.String? accountState;