replace

open override fun replace(route: IRoute, transition: IRouteTransition?, ignoreTransitionLock: Boolean)

Navigates to the given route and moves the current active route to an inactive state

Parameters

transition

The transition to use when pushing the new route

ignoreTransitionLock

If true the router will ignore any active transitions and perform the requested action. If false the router will ignore the request if there is an active transition. This prevents button spamming from opening several routes in a short time span.