{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

SnapshotApplyResult.Success

kotlin.Any
   ↳ androidx.compose.runtime.snapshots.SnapshotApplyResult
     ↳ androidx.compose.runtime.snapshots.SnapshotApplyResult.Success

Summary

Public functions

open Unit

Check the result of a snapshot apply.

Cmn

Public properties

open Boolean

True if the result is Success.

Cmn

Public functions

check

open fun check(): Unit

Check the result of a snapshot apply. Calling check on a Success result is a noop.

Public properties

succeeded

open val succeededBoolean

True if the result is Success.