<
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
V
W
I
- INTERNAL - enum entry in com.ramcosta.composedestinations.annotation.parameters.CodeGenVisibility
- InternalDestinationsApi - class in com.ramcosta.composedestinations.annotation.internal
- invoke(DestinationScope) - function in com.ramcosta.composedestinations.manualcomposablecalls.DestinationLambda
- invoke(DestinationScope) - function in com.ramcosta.composedestinations.manualcomposablecalls.DestinationLambda.Normal
- invoke(DestinationScope) - function in com.ramcosta.composedestinations.manualcomposablecalls.DestinationLambda.Dialog
- invoke(DestinationScope) - function in com.ramcosta.composedestinations.manualcomposablecalls.DestinationLambda.BottomSheet
- invoke(T) - function in com.ramcosta.composedestinations.spec.ActivityDestinationSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke(T) - function in com.ramcosta.composedestinations.spec.TypedDestinationSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke(Unit) - function in com.ramcosta.composedestinations.spec.DirectionDestinationSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke(Unit) - function in com.ramcosta.composedestinations.spec.DirectionActivityDestinationSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke(Unit) - function in com.ramcosta.composedestinations.spec.DirectionNavGraphSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke() - function in com.ramcosta.composedestinations.spec.DirectionNavGraphSpec
- invoke(NAV_ARGS) - function in com.ramcosta.composedestinations.spec.TypedNavGraphSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke(START_ROUTE_NAV_ARGS) - function in com.ramcosta.composedestinations.spec.TypedNavHostGraphSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke(Unit) - function in com.ramcosta.composedestinations.spec.DirectionNavHostGraphSpec
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- invoke() - function in com.ramcosta.composedestinations.spec.DirectionNavHostGraphSpec
- invoke(NAV_ARGS) - function in com.ramcosta.composedestinations.spec.TypedRoute
- Function to get a Direction you can then pass to com.ramcosta.composedestinations.navigation.DestinationsNavigator or to NavController.navigateTo() to safely navigate to this Destination.
- isRouteOnBackStack(NavController,RouteOrDirection) - function in com.ramcosta.composedestinations.utils.NavControllerExtKt
- Checks if a given RouteOrDirection (which is either com.ramcosta.composedestinations.spec.NavGraphSpec or Direction or com.ramcosta.composedestinations.spec.DestinationSpec) is currently somewhere in the back stack.
- isRouteOnBackStackAsState(NavController,RouteOrDirection) - function in com.ramcosta.composedestinations.utils.NavControllerExtKt
- Same as isRouteOnBackStack but provides a State which you can use to make sure your Composables get recomposed when this changes.