Package io.getstream.chat.android.client.call
See: Description
-
Class Summary Class Description CoroutineCall DistinctCall Reusable wrapper around Call which delivers a single result to all subscribers. ReturnOnErrorCall A wrapper around Call that swallows the error and emits new data from onErrorReturn. SharedCalls The CoroutineContext.Element which holds ongoing calls until those get finished. CallKt