<  A  B  C  D  E  F  G  H  I  J  M  N  O  P  R  S  T  V  W 

R

rememberDestinationsNavigator(NavController) - function in com.ramcosta.composedestinations.utils.NavControllerExtKt
Returns a DestinationsNavigator for the NavController which has Compose Destinations friendly versions of some NavController APIs.
rememberNavController(Navigator) - function in com.ramcosta.composedestinations.spec.NavHostEngine
Returns the NavHostController best suited for this NavHostEngine
rememberNavHostEngine(Alignment) - function in com.ramcosta.composedestinations.DefaultNavHostEngineKt
Returns the default NavHostEngine to be used with DestinationsNavHostThe NavHostEngine is used by default in com.ramcosta.composedestinations.DestinationsNavHost call.
require(DestinationDependenciesContainer,Boolean) - function in com.ramcosta.composedestinations.navigation.DestinationDependenciesContainerKt
Function through which you can get a hold of the dependencies inside DestinationDependenciesContainer.
requireGraphArgs(Bundle) - function in com.ramcosta.composedestinations.spec.DirectionNavGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(SavedStateHandle) - function in com.ramcosta.composedestinations.spec.DirectionNavGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(NavBackStackEntry) - function in com.ramcosta.composedestinations.spec.DirectionNavGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(Bundle) - function in com.ramcosta.composedestinations.spec.TypedNavGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(SavedStateHandle) - function in com.ramcosta.composedestinations.spec.TypedNavGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(NavBackStackEntry) - function in com.ramcosta.composedestinations.spec.TypedNavGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(Bundle) - function in com.ramcosta.composedestinations.spec.TypedNavHostGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(SavedStateHandle) - function in com.ramcosta.composedestinations.spec.TypedNavHostGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(NavBackStackEntry) - function in com.ramcosta.composedestinations.spec.TypedNavHostGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(Bundle) - function in com.ramcosta.composedestinations.spec.DirectionNavHostGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(SavedStateHandle) - function in com.ramcosta.composedestinations.spec.DirectionNavHostGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
requireGraphArgs(NavBackStackEntry) - function in com.ramcosta.composedestinations.spec.DirectionNavHostGraphSpec
Like argsFrom but throws an exception if the arguments are not present.
ResultBackNavigator - class in com.ramcosta.composedestinations.result
Navigator that allows navigating back while passing a result of type R.
resultBackNavigator(DestinationScopeWithNoDependencies,DestinationsNavType) - function in com.ramcosta.composedestinations.scope.DestinationScopeKt
Returns a well typed ResultBackNavigator for this DestinationScopeWhen calling this directly (usually when using manually calling your destination Composables), you can go into the corresponding generated Destination and check what DestinationsNavType is passed in to the corresponding Composable ResultBackNavigator parameter.
resultBackNavigator(NavGraphBuilderDestinationScope,NavController,DestinationsNavType) - function in com.ramcosta.composedestinations.scope.NavGraphBuilderDestinationScopeKt
Returns a well typed ResultBackNavigator for this NavGraphBuilderDestinationScopeWhen calling this directly (usually when using manually calling your destination Composables), you can go into the corresponding generated Destination and check what DestinationsNavType is passed in to the corresponding Composable ResultBackNavigator parameter.
ResultRecipient - class in com.ramcosta.composedestinations.result
Recipient where you can install a listener to be notified of results (of type R) from a specific DestinationSpec (of type D).
resultRecipient(DestinationScopeWithNoDependencies,DestinationsNavType) - function in com.ramcosta.composedestinations.scope.DestinationScopeKt
Returns a well typed ResultRecipient for this DestinationScopeWhen calling this directly (usually when using manually calling your destination Composables), you can go into the corresponding generated Destination and check what DestinationsNavType is passed in to the corresponding Composable ResultBackNavigator parameter.
resultRecipient(NavGraphBuilderDestinationScope,DestinationsNavType) - function in com.ramcosta.composedestinations.scope.NavGraphBuilderDestinationScopeKt
Returns a well typed ResultRecipient for this NavGraphBuilderDestinationScopeWhen calling this directly (usually when using manually calling your destination Composables), you can go into the corresponding generated Destination and check what DestinationsNavType is passed in to the corresponding Composable ResultBackNavigator parameter.
RESUME - enum entry in com.ramcosta.composedestinations.result.OpenResultRecipient.DeliverResultOn
 
RootGraph - class in com.ramcosta.composedestinations.annotation
Out the box NavHostGraph that can be used in destinations or graphs if there isn't a need to specify one of the parameters of NavHostGraph.
route(NavBackStackEntry) - function in com.ramcosta.composedestinations.utils.NavControllerExtKt
Finds the Route (so either a DestinationSpec or a NavGraphSpec) correspondent to this NavBackStackEntry.
RouteOrDirection - class in com.ramcosta.composedestinations.spec
Route or Direction
<  A  B  C  D  E  F  G  H  I  J  M  N  O  P  R  S  T  V  W