RoutesExtra

object RoutesExtra

Extra data of a route

Types

Link copied to clipboard
annotation class RoutesUpdateReason

Reason of Routes update. See RoutesObserver

Properties

Link copied to clipboard
const val ROUTES_UPDATE_REASON_ALTERNATIVE: String

Routes update reason is alternative routes.

Link copied to clipboard
const val ROUTES_UPDATE_REASON_CLEAN_UP: String

Routes are cleaned up. Also, default reason, when routes haven't been set.

Link copied to clipboard
const val ROUTES_UPDATE_REASON_NEW: String

Routes update reason is •new routes*.

Link copied to clipboard
const val ROUTES_UPDATE_REASON_REFRESH: String

Routes update reason is refresh routes.

Link copied to clipboard
const val ROUTES_UPDATE_REASON_REROUTE: String

Routes update reason is reroute.