Package-level declarations

Properties

Link copied to clipboard
Link copied to clipboard

Add this argument to the list of NavigationDestination.arguments to control the visibility (HIDE) of the bottom nav bar

Link copied to clipboard

If not presented in the NavigationDestination.arguments, default value is true

Link copied to clipboard

Add this argument to the list of NavigationDestination.arguments to control the visibility (SHOW) of the bottom nav bar

Functions

Link copied to clipboard
fun <T> NavHostController.getResult(key: String, defaultValue: T): T
Link copied to clipboard
fun <T> NavHostController.getResultAndRemember(key: String, defaultValue: T? = null): T?
Link copied to clipboard
fun <T> NavBackStackEntry.getResultAsFlow(key: String, initialValue: T? = null): Flow<T?>
Link copied to clipboard
fun <T> NavBackStackEntry.getResultAsStateFlow(key: String, initialValue: T? = null): StateFlow<T?>
Link copied to clipboard
fun <T> NavBackStackEntry?.setResult(key: String, value: T): Unit?
fun <T> NavHostController.setResult(key: String, value: T): Unit?