Ongoing

class Ongoing(closeable: Closeable) : LensesComponent.RemoteApiService.Call, Closeable

Request was received but one or more Responses are yet to be sent. The associated closeable is closed when the Request sender terminates the call.

Constructors

Ongoing
Link copied to clipboard
fun Ongoing(closeable: Closeable)

Functions

close
Link copied to clipboard
open override fun close()
toString
Link copied to clipboard
open override fun toString(): String

Properties

closeable
Link copied to clipboard
val closeable: Closeable