Call

sealed class Call

Represents all the possible outcomes when RemoteApiService processes a Request.

Types

Answered
Link copied to clipboard
object Answered : LensesComponent.RemoteApiService.Call
Request was received and a single Response was sent indicating that call is complete.
Ignored
Link copied to clipboard
object Ignored : LensesComponent.RemoteApiService.Call
Request was ignored.
Ongoing
Link copied to clipboard
class Ongoing(closeable: Closeable) : LensesComponent.RemoteApiService.Call, Closeable
Request was received but one or more Responses are yet to be sent.

Inheritors

LensesComponent.RemoteApiService.Call
Link copied to clipboard
LensesComponent.RemoteApiService.Call
Link copied to clipboard
LensesComponent.RemoteApiService.Call
Link copied to clipboard