Composable Function

rememberMutableRemoteInt

Factory composable for mutable remote integer state.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

rememberMutableRemoteInt

Android
@Composable
@RemoteComposable
public fun rememberMutableRemoteInt(initialValue: Int): MutableRemoteInt

Factory composable for mutable remote integer state.

Parameters

initialValue The initial Int value.

Returns

A MutableRemoteInt instance that will be remembered across recompositions.