SearchRequestState

Types

Link copied to clipboard
data class Canceled(val id: Long, val type: RequestType) : SearchRequestState
Link copied to clipboard
data class Failed(val id: Long, val type: RequestType, val exception: Exception) : SearchRequestState
Link copied to clipboard
data class Finished(val id: Long, val type: RequestType) : SearchRequestState
Link copied to clipboard
data class Started(val id: Long, val type: RequestType) : SearchRequestState