OSVersionInfo

interface OSVersionInfo

Represents the version information of the operating system. Provides details about the version, code name, and build number of the OS.

Author

N7ghtm4r3

Inheritors

OSVersionInfoImpl

Properties

Link copied to clipboard
abstract val buildNumber: String

buildNumber The build number of the operating system.

Link copied to clipboard
abstract val codeName: String

codeName The code name of the operating system version.

Link copied to clipboard
abstract val version: String

version The version of the operating system.