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

SoftwareInfo

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

Information about device software.

interface SoftwareInfo {
androidBuildNumber?: string;
androidBuildTime?: Date;
androidDevicePolicyVersionCode?: number;
androidDevicePolicyVersionName?: string;
androidVersion?: string;
bootloaderVersion?: string;
deviceBuildSignature?: string;
deviceKernelVersion?: string;
primaryLanguageCode?: string;
securityPatchLevel?: string;
systemUpdateInfo?: SystemUpdateInfo;
}

§Properties

§
androidBuildNumber?: string
[src]

Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.

§
androidBuildTime?: Date
[src]

Build time.

§
androidDevicePolicyVersionCode?: number
[src]

The Android Device Policy app version code.

§
androidDevicePolicyVersionName?: string
[src]

The Android Device Policy app version as displayed to the user.

§
androidVersion?: string
[src]

The user-visible Android version string. For example, 6.0.1.

§
bootloaderVersion?: string
[src]

The system bootloader version number, e.g. 0.6.7.

§
deviceBuildSignature?: string
[src]

SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn't been modified.

§
deviceKernelVersion?: string
[src]

Kernel version, for example, 2.6.32.9-g103d848.

§
primaryLanguageCode?: string
[src]

An IETF BCP 47 language code for the primary locale on the device.

§
securityPatchLevel?: string
[src]

Security patch level, e.g. 2016-05-01.

§
systemUpdateInfo?: SystemUpdateInfo
[src]

Information about a potential pending system update.