Composable Function

rememberMutableRemoteBoolean

Factory composable for mutable remote boolean state.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

rememberMutableRemoteBoolean

Android
@Composable
@RemoteComposable
public fun rememberMutableRemoteBoolean(initialValue: Boolean): MutableRemoteBoolean

Factory composable for mutable remote boolean state.

Parameters

initialValue The initial Boolean value.

Returns

A MutableRemoteBoolean instance that will be remembered across recompositions.