DeviceBuildInfo

interface DeviceBuildInfo

Hardware and operating system metadata for the current device.

Inheritors

Properties

Link copied to clipboard
abstract val deviceType: String

Device manufacturer and model (e.g., "Samsung Galaxy S24").

Link copied to clipboard
abstract val osName: String

Operating system name (e.g., "Android").

Link copied to clipboard
abstract val osVersion: String

Operating system API level as a string.