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

ApiLevelCondition

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

A compliance rule condition which is satisfied if the Android Framework API level on the device doesn't meet a minimum requirement. There can only be one rule with this type of condition per policy.

interface ApiLevelCondition {
minApiLevel?: number;
}

§Properties

§
minApiLevel?: number
[src]

The minimum desired Android Framework API level. If the device doesn't meet the minimum requirement, this condition is satisfied. Must be greater than zero.