VmodalTransportCallback

Exactly-once callback for CancellableVmodalTransport.

Functions

Link copied to clipboard
abstract fun onFailure(error: Throwable)

Delivers the transport failure or request cancellation.

Link copied to clipboard
abstract fun onSuccess(response: VmodalResponse)

Delivers the bounded HTTP response.