Interface Device

Hierarchy

Properties

Properties

getClient: (() => DeviceClient)

Type declaration

id: string

The ID of the device. For real devices, this is usually the USB identifier.

The device type. Values include 'emulator' for emulators, 'device' for devices, and 'offline' for offline devices. 'offline' can occur for example during boot, in low-battery conditions or when the ADB connection has not yet been approved on the device.

Generated using TypeDoc