RouteStackEntry

data class RouteStackEntry(val route: IRoute, val transition: IRouteTransition? = null, val id: Int = uid())

Defines an entry in the route stack. It contains a unique id for the entry, the IRoute that identifies the route, and its lifecycle

Constructors

Link copied to clipboard
constructor(route: IRoute, transition: IRouteTransition? = null, id: Int = uid())

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int