Success
Kotlin
|Java
object Success : SnapshotApplyResult
kotlin.Any | ||
↳ | androidx.compose.runtime.snapshots.SnapshotApplyResult | |
↳ | androidx.compose.runtime.snapshots.SnapshotApplyResult.Success |
Summary
Public methods | |
---|---|
Unit |
check() Check the result of a snapshot apply. |
Properties | |
---|---|
Boolean |
True if the result is Success. |
Public methods
check
fun check(): Unit
Check the result of a snapshot apply. Calling check on a Success result is a noop.