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

DeviceAttributes

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

Contains information about the device for which the integrity token was generated, e.g. Android SDK version.

interface DeviceAttributes {
sdkVersion?: number;
}

§Properties

§
sdkVersion?: number
[src]

Android SDK version of the device, as defined in the public Android documentation: https://developer.android.com/reference/android/os/Build.VERSION_CODES. It won't be set if a necessary requirement was missed. For example DeviceIntegrity did not meet the minimum bar.