Skip to content

SelectEmulatorDeviceIdParams

Parameters for selectEmulatorDeviceId.

Import:

import type { SelectEmulatorDeviceIdParams } from 'obsidian-integration-testing';

Signature:

export interface SelectEmulatorDeviceIdParams

Properties

PropertyTypeDescription
avdNamestringThe AVD name to match.
candidatesreadonly EmulatorDeviceCandidate[]Every running emulator, with the AVD each was started from.

Links to this page: