public enum StatusUpdate.Types.DeviceState
Reference documentation and code samples for the Device Streaming v1 API enum StatusUpdate.Types.DeviceState.
The state displayed with the ADB Device when running "adb devices"
Namespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Fields |
|
---|---|
Name | Description |
Authorizing |
The ADB device is in the "authorizing" status. |
Connecting |
The ADB device is in the "connecting" status. |
Device |
The ADB device is in the "device" status. |
Missing |
The ADB device is in the "missing" status. |
Offline |
The ADB device is in the "offline" status. |
Recovery |
The ADB device is in the "recovery" status. |
Rescue |
The ADB device is in the "rescue" status. |
Sideload |
The ADB device is in the "sideload" status. |
Unauthorized |
The ADB device is in the "unauthorized" status. |
Unspecified |
The device state is unknown. |