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
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public val asEncodedMutable: MutableRemoteState<*>

Last updated: