Install

Represents the SDK installation on this device, combining device, build, and app metadata.

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion : SingletonHolder<Install, Context>

Properties

Link copied to clipboard
open override val appName: String

User-visible name of the host application.

Link copied to clipboard
open override val capabilitiesVersion: String

Capabilities version sent to the backend to negotiate supported features.

Link copied to clipboard
open override val clientVersion: String

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

Link copied to clipboard
open override val deviceId: String

Unique identifier for this device, persisted across app launches.

Link copied to clipboard
open override val deviceType: String

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

Link copied to clipboard
open override val osName: String

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

Link copied to clipboard
open override val osVersion: String

Operating system API level as a string.