ApiCall

interface ApiCall<T, E : Any>

Functions

Link copied to clipboard
abstract suspend fun execute(): ApiResult<T, E>
Link copied to clipboard
abstract fun executeAsync(callback: ApiCallCallback<T, E>)