status property

String? status
getter/setter pair

Status of a REQUEST_DEVICE_INFO command.

Output only. Possible string values are:

  • "STATUS_UNSPECIFIED" : Unspecified. This value is not used.
  • "SUCCEEDED" : Device information has been successfully delivered.
  • "PENDING_USER_ACTION" : The user has not completed the actions required to share device information.
  • "USER_DECLINED" : The user declined sharing device information.
  • "UNSUPPORTED" : The requested device info is not supported on this device, e.g. eSIM is not supported on the device.

Implementation

core.String? status;