Android Developers Develop API reference Stay organized with collections Save and categorize content based on your preferences. SnapshotApplyResult.Success Artifact: androidx.compose.runtime:runtime View Source Common/AllAndroid/JVMNative/C/iOSJavaScript Cmn object SnapshotApplyResult.Success : SnapshotApplyResult kotlin.Any ↳ androidx.compose.runtime.snapshots.SnapshotApplyResult ↳ androidx.compose.runtime.snapshots.SnapshotApplyResult.Success Summary Public functions open Unit check() Check the result of a snapshot apply. Cmn Public properties open Boolean succeeded True if the result is Success. Cmn Public functions check Cmn open fun check(): Unit Check the result of a snapshot apply. Calling check on a Success result is a noop. Public properties succeeded Cmn open val succeeded: Boolean True if the result is Success.