navigate
Execute a navigation operation. Evaluates intercept guards and entry definitions before committing navigation.
io.github.syrou.reaktiv.navigation.layer.RenderLayer.SYSTEM navigatables bypass the bootstrap wait so they can appear above the loading screen immediately without waiting for startup to complete.
Return
NavigationOutcome describing whether the navigation succeeded, was dropped, rejected, or redirected. Callers can ignore the return value for fire-and-forget use.
Navigate to a route with optional parameters and configuration.
Return
NavigationOutcome describing whether the navigation succeeded, was dropped, rejected, or redirected.
Parameters
Target route to navigate to
Parameters to pass to the destination screen
If true, replaces current entry instead of pushing new one
Optional additional navigation configuration