-
public final class NavHostControllerKt
-
-
Method Summary
Modifier and Type Method Description final static NavHostControllerrememberAnimatedNavController(Navigator<out NavDestination> navigators)Creates a NavHostController that handles the adding of the ComposeNavigator, DialogNavigator and AnimatedComposeNavigator. -
-
Method Detail
-
rememberAnimatedNavController
@Composable() final static NavHostController rememberAnimatedNavController(Navigator<out NavDestination> navigators)
Creates a NavHostController that handles the adding of the ComposeNavigator, DialogNavigator and AnimatedComposeNavigator. Additional androidx.navigation.Navigator instances should be added in a androidx.compose.runtime.SideEffect block.
-
-
-
-