DeviceInfo

Combines build metadata with a stable device identifier used for registration.

Inheritors

Properties

Link copied to clipboard
abstract val deviceId: String

Unique identifier for this device, persisted across app launches.

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.