Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AndroidDevice

import type { AndroidDevice } from "https://googleapis.deno.dev/v1/testing:v1.ts";

A single Android device.

interface AndroidDevice {
androidModelId?: string;
androidVersionId?: string;
locale?: string;
orientation?: string;
}

§Properties

§
androidModelId?: string
[src]

Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.

§
androidVersionId?: string
[src]

Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.

§
locale?: string
[src]

Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.

§
orientation?: string
[src]

Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.