Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Class
class JvmWebViewBridge : WebViewBridge
constructor()
isLoaded
StateFlow<Boolean>
messages
SharedFlow<WebViewMessage>
loadUrl
reset
sendMessage
open suspend override fun loadUrl(url: String, timeout: Duration)
open override fun reset()
open suspend override fun sendMessage(message: String)
Was this page helpful?