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