Start native apps faster with the Composables CLI ->
Composable Function

rememberMutableRemoteImageBitmap

Factory for mutable remote bitmap state.

rememberMutableRemoteImageBitmap

Source set: Android
@Composable
public fun rememberMutableRemoteImageBitmap(initialValue: ImageBitmap): MutableRemoteImageBitmap

Factory for mutable remote bitmap state.

Parameters

initialValue The initial ImageBitmap value.

Returns

A MutableRemoteImageBitmap instance that will be remembered across recompositions.

Last updated: