public class TargetDeviceOptions extends Object
| Constructor and Description |
|---|
TargetDeviceOptions() |
TargetDeviceOptions(boolean useEmulatorsOnlyMode,
boolean useRealDevicesOnlyMode,
Optional<String> serialNumber) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getSerialNumber() |
boolean |
isEmulatorsOnlyModeEnabled() |
boolean |
isRealDevicesOnlyModeEnabled() |