# Constants
KindUnknow is the default device kind KindIos if the virtual device is running iOS KindAndroid if the virtual device is running Android.
KindUnknow is the default device kind KindIos if the virtual device is running iOS KindAndroid if the virtual device is running Android.
KindUnknow is the default device kind KindIos if the virtual device is running iOS KindAndroid if the virtual device is running Android.
StateShutdown represents the shutdown state of a device StateBooted represents the booted (successfully started) state of a device.
StateShutdown represents the shutdown state of a device StateBooted represents the booted (successfully started) state of a device.
# Structs
Instance represents a virtual device ID is the unique identifier of the virtual device DebugPort is only available on Android devices State stores the current state of the device, if successfully started setting it to Booted, otherwise Shutdown Kind stores the type of the device, it can be iOS or Android.