JavaResponseContinuation

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val context: CoroutineContext

Functions

Link copied to clipboard
open fun onError(error: Throwable)
Link copied to clipboard
abstract fun onResponse(response: T)
Link copied to clipboard
open override fun resumeWith(result: Result<Response<T>>)