NavigationVisualizationInfrastructure
The infrastructure of the NavigationVisualization Composable.
An instance of this class can be constructed with the NavigationVisualizationInfrastructure fake constructor function.
Types
Link copied to clipboard
class Mutable
Mutable variant of NavigationVisualizationInfrastructure.
Properties
Link copied to clipboard
The navigation data provider. The Flow must emit a value once the data provider is available. The flow must not complete without emitting a value.
Link copied to clipboard
The routing data provider. The Flow must emit a value once the routing state is available. The flow must not complete without emitting a value.
Functions
Link copied to clipboard
fun copy(configure: NavigationVisualizationInfrastructure.Mutable.() -> Unit = {}): NavigationVisualizationInfrastructure
Copies the NavigationVisualizationInfrastructure and applies the changes by configure to the copied instance.