Support Tools Integration
Pass a Luciq session replay link from your KMP app into a help-desk ticket or chat, and use setSyncPredicate so only relevant sessions upload.
scope.launch {
SessionReplayKmp.getSessionReplayLink().collect { url ->
url?.let { shareWithSupport(it) }
}
}Last updated