> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JvmWebViewBridge

> Kotlin Class

**Class**

```kotlin theme={null}
class JvmWebViewBridge : WebViewBridge
```

## Constructors

```kotlin theme={null}
constructor()
```

## Properties

| Property   | Type                         | Description |
| ---------- | ---------------------------- | ----------- |
| `isLoaded` | `StateFlow<Boolean>`         | -           |
| `messages` | `SharedFlow<WebViewMessage>` | -           |

## Functions

| Function      | Description |
| ------------- | ----------- |
| `loadUrl`     | -           |
| `reset`       | -           |
| `sendMessage` | -           |

### loadUrl

```kotlin theme={null}
open suspend override fun loadUrl(url: String, timeout: Duration)
```

### reset

```kotlin theme={null}
open override fun reset()
```

### sendMessage

```kotlin theme={null}
open suspend override fun sendMessage(message: String)
```
