Fetching

data class Fetching : RoutesState

Represents the state when the route is being fetched.

Parameters

requestId

of the route requested

Functions

component1
Link copied to clipboard
operator fun component1(): Long
copy
Link copied to clipboard
fun copy(requestId: Long): RoutesState.Fetching
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

requestId
Link copied to clipboard
val requestId: Long
of the route requested