Package-level declarations
Types
Circuit adapts presenter factories to their corresponding ui factories using screens. Create instances using the Builder and create new CircuitContent with it to run presenter/UI pairings.
A listener for tracking the state changes of a given Screen. This can be used for instrumentation and other telemetry.
A sealed navigation interface intended to be used when making a navigation callback.
Default values and common alternatives used by navigable composables.
Properties
Functions
Provides the given circuit as a CompositionLocal to all composables within content. Also adds any other composition locals that Circuit needs.
Returns a new Navigator for navigating within CircuitContents. Delegates onRootPop to the LocalOnBackPressedDispatcherOwner.
Returns a new Navigator for navigating within CircuitContents.