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

DirectAccessVersionInfo

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

Denotes whether Direct Access is supported, and by which client versions. DirectAccessService is currently available as a preview to select developers. You can register today on behalf of you and your team at https://developer.android.com/studio/preview/android-device-streaming

interface DirectAccessVersionInfo {
directAccessSupported?: boolean;
minimumAndroidStudioVersion?: string;
}

§Properties

§
directAccessSupported?: boolean
[src]

Whether direct access is supported at all. Clients are expected to filter down the device list to only android models and versions which support Direct Access when that is the user intent.

§
minimumAndroidStudioVersion?: string
[src]

Output only. Indicates client-device compatibility, where a device is known to work only with certain workarounds implemented in the Android Studio client. Expected format "major.minor.micro.patch", e.g. "5921.22.2211.8881706".