<div class='sourceset sourceset-android'>Android</div>

```kotlin
public interface MutableRemoteState<T> : RemoteState<T>
```

A readable and writable Remote Compose State value.

It represents a direct value (var) that can be modified, typically resulting in a variable being
allocated in the remote document.

#### Parameters

| | |
| --- | --- |
| T | The type of the value held by this state. |