A
C
D
E
F
G
H
I
L
M
O
P
R
S
T
W
Z
S
- sendEvent(E) - function in io.getstream.chat.android.core.internal.fsm.FiniteStateMachine
- Sends an event to the state machine.
- set(T) - function in io.getstream.chat.android.core.internal.concurrency.SynchronizedReference
- Accepts value instance of T and holds its reference.
- set(CoroutineDispatcher,CoroutineDispatcher) - function in io.getstream.chat.android.core.internal.coroutines.DispatcherProvider
- Overrides the main (UI thread) and IO dispatcher.
- share(Call,CoroutineScope,Function0) - function in io.getstream.chat.android.client.call.CallKt
- Shares the existing Call instance for the specified identifier.
- SharedCalls - class in io.getstream.chat.android.client.call
- The CoroutineContext.Element which holds ongoing calls until those get finished.
- SharedCalls.Key - class in io.getstream.chat.android.client.call.SharedCalls
- shutdown() - function in io.getstream.chat.android.core.utils.Debouncer
- Cleans up any pending work.
- state(Function1) - function in io.getstream.chat.android.core.internal.fsm.builder.FSMBuilder
- StateHandlerBuilder - class in io.getstream.chat.android.core.internal.fsm.builder
- stay() - function in io.getstream.chat.android.core.internal.fsm.FiniteStateMachine
- Keeps the FSM in its current state.
- StreamHandsOff - class in io.getstream.chat.android.core.internal
- Indicates that the annotated code should not be modified without consulting the team.
- submit(Function0) - function in io.getstream.chat.android.core.utils.Debouncer
- Cancels the previous work and launches a new coroutine containing the new work.
- submitSuspendable(SuspendFunction0) - function in io.getstream.chat.android.core.utils.Debouncer
- Cancels the previous work and launches a new coroutine containing the new suspendable work.
- success(T) - function in io.getstream.chat.android.client.utils.Result.Companion
- Creates a Result object with data payload.
- SynchronizedReference - class in io.getstream.chat.android.core.internal.concurrency
- An object reference that may be updated thread-safely.