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

SkippedDetail

import type { SkippedDetail } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Details for an outcome with a SKIPPED outcome summary.

interface SkippedDetail {
incompatibleAppVersion?: boolean;
incompatibleArchitecture?: boolean;
incompatibleDevice?: boolean;
}

§Properties

§
incompatibleAppVersion?: boolean
[src]

If the App doesn't support the specific API level.

§
incompatibleArchitecture?: boolean
[src]

If the App doesn't run on the specific architecture, for example, x86.

§
incompatibleDevice?: boolean
[src]

If the requested OS version doesn't run on the specific device model.