B
C
D
E
G
H
I
L
M
N
O
P
Q
R
S
T
U
W
E
- Event - class in io.getstream.chat.android.livedata.utils
- Used as a wrapper for data that represents an event.
- Event - class in io.getstream.chat.android.offline.utils
- Used as a wrapper for data that represents an event.
- EventHandlingResult - class in io.getstream.chat.android.offline.event.handler.chat
- Represent possible outcomes of handling a chat event.
- EventHandlingResult.Add - class in io.getstream.chat.android.offline.event.handler.chat.EventHandlingResult
- Add a channel to a query channels collection.
- EventHandlingResult.Remove - class in io.getstream.chat.android.offline.event.handler.chat.EventHandlingResult
- Remove a channel from a query channels collection.
- EventHandlingResult.Skip - class in io.getstream.chat.android.offline.event.handler.chat.EventHandlingResult
- Skip the event.
- EventHandlingResult.WatchAndAdd - class in io.getstream.chat.android.offline.event.handler.chat.EventHandlingResult
- Call watch and add the channel to a query channels collection.
- EventObserver - class in io.getstream.chat.android.livedata.utils
- An Observer for Events, simplifying the pattern of checking if the Event's content has already been handled.