Android Developers Develop API reference 本页内容SummaryPublic functionsPublic propertiesPublic functions checkPublic properties succeeded SnapshotApplyResult.Success Artifact: androidx.compose.runtime:runtime View Source Added in 1.0.0 Common/AllAndroid/JVM选择一个或多个选项Select a platformCommon/AllAndroid/JVM 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.