Skip to main content
Version: Kotlin Multiplatform SDK

FAQ

Which platforms are supported?โ€‹

The KMP SDK supports Android and iOS. It wraps the native Screeb Android and iOS SDKs.

Which Kotlin version is required?โ€‹

Use Kotlin 2.1.0 or higher.

Which Android and iOS versions are supported?โ€‹

Android requires minSdk 21 or higher. iOS requires version 14 or higher.

Can I use it from shared Kotlin code?โ€‹

Yes. Core APIs such as identity, events, screens, groups, surveys, messages, hooks, debug helpers, and session replay controls are exposed from commonMain.

Can I mark native views for session replay privacy?โ€‹

Yes. Android View and iOS UIView helpers are available from the platform source sets:

view.screebMaskText()
view.screebNoCapture()
view.screebId("checkout_button")