IntrospectionConfig

constructor(clientId: String = Uuid.random().toString(), clientName: String = "Client-", platform: String, enabled: Boolean = true)

Parameters

clientId

Unique identifier for this client (auto-generated if not provided)

clientName

Display name for this client

platform

Platform description (e.g., "Android 14", "iOS 17")

enabled

Enable or disable session capture