Request

interface Request<T : ResponseApi>

Inheritors

Functions

Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract fun clone(): Request<T>
Link copied to clipboard
abstract fun request(stateLiveData: ResponseMutableLiveData<T>)
abstract fun request(listener: ResponseStateListener<T>.() -> Unit)