InstallInfo

Complete installation metadata combining device info, SDK build info, and the host application name.

Inheritors

Properties

Link copied to clipboard
abstract val appName: String

User-visible name of the host application.

Link copied to clipboard

Capabilities version sent to the backend to negotiate supported features.

Link copied to clipboard
abstract val clientVersion: String

Semantic version of the SDK (e.g., "1.11.0").

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.