Examples
See the complete Kotlin Multiplatform sample app in the SDK repository:
examples/example-kmp
Typical setup:
Screeb.initSdk(
channelId = "<YOUR_CHANNEL_ID>",
userId = "dev@screeb.app",
properties = mapOf(
"company" to "Screeb",
"role" to "Product",
),
)
Screeb.trackScreen("Home")
Screeb.trackEvent("Demo Button Clicked")