{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
AutoboxingStateValueProperty |
This annotation designates that a property on a State class will autobox when it is read from or assigned to. |
StateFactoryMarker |
Designates a function as a factory function that produces a State object. |
ObserverHandle |
The type returned by observer registration methods that unregisters the observer when it is disposed. |
SnapshotContextElement |
A |
SnapshotMutableState |
A mutable value holder where reads to the |
StateObject |
Interface implemented by all snapshot aware state objects. |
MutableSnapshot |
A snapshot of the values return by mutable states and other state objects. |
Snapshot |
A snapshot of the values return by mutable states and other state objects. |
SnapshotApplyResult |
The result of a applying a mutable snapshot. |
SnapshotApplyResult.Failure |
|
SnapshotContextElementKt |
|
SnapshotKt |
|
SnapshotStateList |
An implementation of |
SnapshotStateMap |
An implementation of |
SnapshotStateObserver |
Helper class to efficiently observe snapshot state reads. |
StateRecord |
Snapshot local value of a state object. |
Snapshot.Companion |
|
SnapshotApplyResult.Success |
|
SnapshotContextElement.Key |
SnapshotApplyConflictException |
An exception that is thrown when |