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

RecentDeviceActivity

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

Recent device activity can help developers identify devices that have exhibited hyperactive attestation activity, which could be a sign of an attack or token farming.

interface RecentDeviceActivity {
deviceActivityLevel?:
| "DEVICE_ACTIVITY_LEVEL_UNSPECIFIED"
| "UNEVALUATED"
| "LEVEL_1"
| "LEVEL_2"
| "LEVEL_3"
| "LEVEL_4";
}

§Properties

§
deviceActivityLevel?: "DEVICE_ACTIVITY_LEVEL_UNSPECIFIED" | "UNEVALUATED" | "LEVEL_1" | "LEVEL_2" | "LEVEL_3" | "LEVEL_4"
[src]

Required. Indicates the activity level of the device.