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

AppAccessRiskVerdict

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

Contains signals about others apps on the device which could be used to access or control the requesting app.

interface AppAccessRiskVerdict {
appsDetected?:
| "APPS_DETECTED_UNSPECIFIED"
| "KNOWN_INSTALLED"
| "KNOWN_CAPTURING"
| "KNOWN_OVERLAYS"
| "KNOWN_CONTROLLING"
| "UNKNOWN_INSTALLED"
| "UNKNOWN_CAPTURING"
| "UNKNOWN_OVERLAYS"
| "UNKNOWN_CONTROLLING"[];
}

§Properties

§
appsDetected?: "APPS_DETECTED_UNSPECIFIED" | "KNOWN_INSTALLED" | "KNOWN_CAPTURING" | "KNOWN_OVERLAYS" | "KNOWN_CONTROLLING" | "UNKNOWN_INSTALLED" | "UNKNOWN_CAPTURING" | "UNKNOWN_OVERLAYS" | "UNKNOWN_CONTROLLING"[]
[src]

List of detected app types signalled for App Access Risk.