{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
CheckResult |
|
Composable |
|
ComposableInferredTarget |
An annotation generated by the compose compiler plugin. |
ComposableOpenTarget |
The |
ComposableTarget |
The |
ComposableTargetMarker |
This annotation is used to mark an annotation as being equivalent using |
ComposeCompilerApi |
|
DisallowComposableCalls |
This will prevent composable calls from happening inside of the function that it applies to. |
ExperimentalComposeApi |
|
ExplicitGroupsComposable |
This annotation can be applied to |
Immutable |
|
InternalComposeApi |
|
InternalComposeTracingApi |
|
NoLiveLiterals |
This annotation is used to indicate to the Compose Compiler to not attempt to generate live literals inside the scope of the declaration it is applied to, even when the live literals code generation is turned on. |
NonRestartableComposable |
This annotation can be applied to |
ReadOnlyComposable |
This annotation can be applied to |
Stable |
Stable is used to communicate some guarantees to the compose compiler about how a certain type or function will behave. |
StableMarker |
|
TestOnly |
Applier |
An Applier is responsible for applying the tree-based operations that get emitted during a composition. |
ComposeNodeLifecycleCallback |
Observes lifecycle of the node emitted with |
Composer |
Composer is the interface that is targeted by the Compose Kotlin compiler plugin and used by code generation helpers. |
Composition |
A composition object is usually constructed for you, and returned from an API that is used to initially compose a UI. |
CompositionLocalMap |
A read-only, immutable snapshot of the |
CompositionTracer |
Internal tracing API. |
ControlledComposition |
A controlled composition is a |
DisposableEffectResult |
|
DoubleState |
A value holder where reads to the |
FloatState |
A value holder where reads to the |
IntState |
A value holder where reads to the |
LongState |
A value holder where reads to the |
MonotonicFrameClock |
Provides a time source for display frames and the ability to perform an action on the next frame. |
MutableDoubleState |
A value holder where reads to the |
MutableFloatState |
A value holder where reads to the |
MutableIntState |
A value holder where reads to the |
MutableLongState |
A value holder where reads to the |
MutableState |
A mutable value holder where reads to the |
ProduceStateScope |
Receiver scope for use with |
RecomposeScope |
Represents a recomposable scope or section of the composition hierarchy. |
RecomposerInfo |
Read-only information about a |
RememberObserver |
Objects implementing this interface are notified when they are initially used in a composition and when they are no longer being used. |
ScopeUpdateScope |
Internal compose compiler plugin API that is used to update the function the composer will call to recompose a recomposition scope. |
SnapshotMutationPolicy |
A policy to control how the result of |
State |
A value holder where reads to the |
AbstractApplier |
An abstract |
AtomicReference |
|
BroadcastFrameClock |
A simple frame clock. |
ComposablesKt |
|
ComposerKt |
|
CompositionContext |
A |
CompositionKt |
|
CompositionLocal |
Compose passes data through the composition tree explicitly through means of parameters to composable functions. |
CompositionLocalContext |
Stores |
CompositionLocalKt |
|
DisposableEffectScope |
Receiver scope for |
EffectsKt |
|
ExpectKt |
|
MonotonicFrameClockKt |
|
MovableContent |
A Compose compiler plugin API. |
MovableContentKt |
|
MovableContentState |
A Compose compiler plugin API. |
MovableContentStateReference |
A Compose compiler plugin API. |
PausableMonotonicFrameClock |
A |
ProvidableCompositionLocal |
A |
ProvidedValue |
An instance to hold a value provided by |
Recomposer |
The scheduler for performing recomposition and applying updates to one or more |
RecomposerKt |
|
SkippableUpdater |
|
SnapshotDoubleStateKt |
|
SnapshotFloatStateKt |
|
SnapshotIntStateKt |
|
SnapshotLongStateKt |
|
SnapshotStateExtensionsKt |
|
SnapshotStateKt |
|
Updater |
A helper receiver scope class used by |
Composer.Companion |
|
CompositionLocalMap.Companion |
|
MonotonicFrameClock.Key |
|
Recomposer.Companion |
hack: the companion object is thread local in Kotlin/Native to avoid freezing |
Recomposer.State |
Valid operational states of a |