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"[];