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

AndroidDeviceCatalog

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

The currently supported Android devices.

interface AndroidDeviceCatalog {
models?: AndroidModel[];
runtimeConfiguration?: AndroidRuntimeConfiguration;
versions?: AndroidVersion[];
}

§Properties

§

The set of supported Android device models.

§
runtimeConfiguration?: AndroidRuntimeConfiguration
[src]

The set of supported runtime configurations.

§
versions?: AndroidVersion[]
[src]

The set of supported Android OS versions.