RedirectTo

data class RedirectTo(val route: String) : GuardResult(source)

Redirect to another route without storing the original destination.

Parameters

route

The route to redirect to

Constructors

Link copied to clipboard
constructor(navigatable: Navigatable)

Redirect to a typed screen object.

constructor(route: String)

Properties

Link copied to clipboard