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 AndroidWebViewBridge(context: Context, logger: Logger = Deps.logger) : WebViewBridge
constructor(context: Context, logger: Logger = Deps.logger)
isLoaded
StateFlow<Boolean>
messages
SharedFlow<WebViewMessage>
getWebView
loadUrl
reset
sendMessage
fun getWebView(): WebView?
open suspend override fun loadUrl(url: String, timeout: Duration)
open override fun reset()
open suspend override fun sendMessage(message: String)
Was this page helpful?