-
public class DestinationStyle.Default extends DestinationStyle
This is the default style used in case none is specified for a given Destination.
Its animations will be inherited from the ones set at the navigation graph level, using
@NavGraph(defaultTransitions = SomeClass::class), if the destination belongs to a graph defined this way, or the com.ramcosta.composedestinations.DestinationsNavHost'sdefaultTransitionsparameter for the top level "NavHost Graph".
-
-
Field Summary
Fields Modifier and Type Field Description public final static DestinationStyle.DefaultINSTANCE
-
Method Summary
Modifier and Type Method Description <T extends Any> UnitaddComposable(NavGraphBuilder $self, TypedDestinationSpec<T> destination, NavHostController navController, Function1<DependenciesContainerBuilder<?>, Unit> dependenciesContainerBuilder, ManualComposableCalls manualComposableCalls)-
-
Method Detail
-
addComposable
<T extends Any> Unit addComposable(NavGraphBuilder $self, TypedDestinationSpec<T> destination, NavHostController navController, Function1<DependenciesContainerBuilder<?>, Unit> dependenciesContainerBuilder, ManualComposableCalls manualComposableCalls)
-
-
-
-