clientState property

String? clientState
getter/setter pair

Indicates the activity state the client Possible string values are:

  • "CLIENT_STATE_UNSPECIFIED" : The client state is unspecified
  • "CLIENT_STATE_ACTIVE" : The client is active and able to make calls to the IP APIs
  • "CLIENT_STATE_DISABLED" : The client is disabled and will soon be deleted

Implementation

core.String? clientState;