DeviceVersion

Zero-overhead wrapper providing structured access to parse and compare device version strings.

Constructors

Link copied to clipboard
constructor(asString: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asInt: Int

The integer representation of the version (e.g., 2.7.12 → 20712).

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: DeviceVersion): Int