Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[null,null,["Last updated 2025-05-15 UTC."],[],[],null,["# MovableContentState\n===================\n\nArtifact: [androidx.compose.runtime:runtime](/jetpack/androidx/releases/compose-runtime) \n[View Source](https://cs.android.com/search?q=file:androidx/compose/runtime/Composer.kt+class:androidx.compose.runtime.MovableContentState) \nAdded in [1.2.0](/jetpack/androidx/releases/compose-runtime#1.2.0)\nCommon/AllAndroid/JVMNative/C/iOSJavaScript\n - Cmn \n\n ```\n @InternalComposeApi\n class MovableContentState\n ```\n\n*** ** * ** ***\n\nA Compose compiler plugin API. DO NOT call directly.\n\nA reference to the state of a [MovableContent](/reference/kotlin/androidx/compose/runtime/MovableContent) after changes have being applied. This is the state that was removed from the `from` composition during [ControlledComposition.applyChanges](/reference/kotlin/androidx/compose/runtime/ControlledComposition#applyChanges()) and before it is inserted during [ControlledComposition.insertMovableContent](/reference/kotlin/androidx/compose/runtime/ControlledComposition#insertMovableContent(kotlin.collections.List))."]]