NavigationBundleSpec
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
A set of NavigationBundleSpecRows that can be used to form a NavigationBundle using NavigationBundleSpec.toBundle
Type Parameters
R
The NavigationBundleSpecRow associated with this NavigationBundleSpec.
Inheritors
Properties
Functions
Link copied to clipboard
fun <R : NavigationBundleSpecRow<*>> NavigationBundleSpec<R>.toBundle(mapper: (R) -> NavigationBundleValue<*>): NavigationBundle<R>
Creates a NavigationBundle from the NavigationBundleSpec