SelectEmulatorDeviceIdParams
Parameters for selectEmulatorDeviceId.
Import:
import type { SelectEmulatorDeviceIdParams } from 'obsidian-integration-testing';Signature:
export interface SelectEmulatorDeviceIdParamsProperties
| Property | Type | Description |
|---|---|---|
| avdName | string | The AVD name to match. |
| candidates | readonly EmulatorDeviceCandidate[] | Every running emulator, with the AVD each was started from. |
Links to this page: