Start native apps faster with the Composables CLI ->
Interface

MutableRemoteState

A readable and writable Remote Compose State value.

Source set: Android
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.

Properties

asEncodedMutable

Source set: Android
public val asEncodedMutable: MutableRemoteState<*>