GraphBasedBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun crashScreen(screen: Screen, onCrash: suspend (exception: Throwable, action: ModuleAction?) -> CrashRecovery? = null)

Sets the screen to display when a crash occurs in a logic method.

Link copied to clipboard

Register deep link alias mappings for NavigationLogic.navigateDeepLink.

Link copied to clipboard

Sets the global loading modal shown while guards or dynamic entry routes are evaluating.

Link copied to clipboard
fun notFoundScreen(screen: Screen)

Sets the screen to display when a route is not found or when navigating to a graph that has no startScreen/startGraph defined.

Link copied to clipboard
Link copied to clipboard