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()
open override val isLoaded: StateFlow<Boolean>
open override val messages: SharedFlow<WebViewMessage>
open suspend override fun loadUrl(url: String, timeout: Duration)
open override fun reset()
open suspend override fun sendMessage(message: String)
Was this page helpful?