<h2 id="remembermutableremoteint-initialvalue">rememberMutableRemoteInt</h2>

<div class='sourceset sourceset-android'>Android</div>

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

Factory composable for mutable remote integer state.

#### Parameters

| | |
| --- | --- |
| initialValue | The initial `Int` value. |

#### Returns

| | |
| --- | --- |
|  | A [MutableRemoteInt](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/MutableRemoteInt) instance that will be remembered across recompositions. |