ViewState
class ViewState<T>(viewEventContract: ViewEventContract? = null, defaultViewState: ViewStatefulEvent = ViewStatefulEvent.Idle) : ViewStateContract<T>
Constructors
Link copied to clipboard
constructor(viewEventContract: ViewEventContract? = null, defaultViewState: ViewStatefulEvent = ViewStatefulEvent.Idle)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun <T> ViewStateContract<T>.fromRetrofitWithEvents(apiResult: ApiResult<T>): ViewStateContract<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard