SnapshotApplyResult.Failure
-
Cmn
class SnapshotApplyResult.Failure : SnapshotApplyResult
kotlin.Any | ||
↳ | androidx.compose.runtime.snapshots.SnapshotApplyResult | |
↳ | androidx.compose.runtime.snapshots.SnapshotApplyResult.Failure |
Summary
Public functions
check
open fun check(): Unit
Check the result of a snapshot apply. Calling check
on a Failure
result throws a SnapshotApplyConflictException
exception.