OsInfo

data class OsInfo(val osVersion: String, val apiLevel: Int, val securityPatchDate: String, val hasUpdates: Boolean, val isOsSupported: Boolean)

Contains details about the device's Operating System and patch levels.

Constructors

Link copied to clipboard
constructor(osVersion: String, apiLevel: Int, securityPatchDate: String, hasUpdates: Boolean, isOsSupported: Boolean)

Properties

Link copied to clipboard

The Android SDK integer (e.g., 34).

Link copied to clipboard

True if new version or patch is available for installation

Link copied to clipboard
Link copied to clipboard

The human-readable Android release version (e.g., "14" or "12").

Link copied to clipboard

The date of the last installed security patch (e.g., "2023-10-01").