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

IosDevice

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

A single iOS device.

interface IosDevice {
iosModelId?: string;
iosVersionId?: string;
locale?: string;
orientation?: string;
}

§Properties

§
iosModelId?: string
[src]

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

§
iosVersionId?: string
[src]

Required. The id of the iOS major software 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.