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 {
otherApps?:
| "UNKNOWN"
| "UNEVALUATED"
| "NOT_INSTALLED"
| "INSTALLED"
| "CAPTURING"
| "CONTROLLING";
playOrSystemApps?:
| "UNKNOWN"
| "UNEVALUATED"
| "NOT_INSTALLED"
| "INSTALLED"
| "CAPTURING"
| "CONTROLLING";
}

§Properties

§
otherApps?: "UNKNOWN" | "UNEVALUATED" | "NOT_INSTALLED" | "INSTALLED" | "CAPTURING" | "CONTROLLING"
[src]

App access risk verdict related to apps that are not installed by Google Play, and are not preloaded on the system image by the device manufacturer.

§
playOrSystemApps?: "UNKNOWN" | "UNEVALUATED" | "NOT_INSTALLED" | "INSTALLED" | "CAPTURING" | "CONTROLLING"
[src]

App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.