registerContent
open override fun EntryProviderScope<NavKey>.registerContent(onNavigateBack: () -> Unit, onNavigate: (NavKey) -> Unit, bottomPadding: Dp)
Registers the composable content for each navigation destination.
This defines what UI is displayed when navigating to each destination in the Analytics module.
Parameters
onNavigateBack
Callback to navigate back to the previous screen.
onNavigate
Callback to navigate to a new destination.