public class TargetDevice extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetDevice.Type |
| Constructor and Description |
|---|
TargetDevice(TargetDevice.Type type,
Optional<String> identifier) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getIdentifier() |
boolean |
isEmulator() |
public TargetDevice(TargetDevice.Type type, Optional<String> identifier)