RoutesPreviewExtra

object RoutesPreviewExtra

All reasons which can cause routes preview update.

See also

Types

Link copied to clipboard
annotation class RoutePreviewUpdateReason

Reason of Routes Preview update. See RoutesPreviewObserver

Properties

Link copied to clipboard
const val PREVIEW_CLEAN_UP: String

Routes preview were cleanup by user. RoutesPreviewUpdate.routesPreview is always null for this reason.

Link copied to clipboard
const val PREVIEW_NEW: String

Routes for preview were set by user. RoutesPreviewUpdate.routesPreview always has value for this reason.