Interface

MutableRemoteState

A readable and writable Remote Compose State value.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.