Support Tools Integration
Use session replay with support tools in KMP.
scope.launch {
SessionReplayKmp.getSessionReplayLink().collect { url ->
url?.let { shareWithSupport(it) }
}
}Last updated
Use session replay with support tools in KMP.
scope.launch {
SessionReplayKmp.getSessionReplayLink().collect { url ->
url?.let { shareWithSupport(it) }
}
}Last updated