ISupportResponse

interface ISupportResponse<in I, out O>

Contract mapper for wrapping future requests

Since

v1.1.0

Functions

Link copied to clipboard
abstract suspend operator fun invoke(resource: I, requestCallback: RequestCallback): O?

Response handler for coroutine contexts which need to observe LoadState