Device Streaming v1 API - Enum StatusUpdate.Types.DeviceState (1.0.0-beta01)

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.V1

Assembly

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.