A
B
C
D
E
G
H
I
L
O
P
Q
R
S
T
W
H
- handleChannelEvent(io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.models.FilterObject) - function in io.getstream.chat.android.state.event.handler.chat.BaseChatEventHandler
- Handles HasChannel event which contains specific Channel object.
- handleChannelEvent(io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.models.FilterObject) - function in io.getstream.chat.android.state.event.handler.chat.DefaultChatEventHandler
- Handles additional events:
NotificationMessageNewEvent - calls watch and adds the channel to the set.
NotificationRemovedFromChannelEvent - removes the channel from the set if a current user left.
NotificationAddedToChannelEvent - calls watch and adds the channel to the set if a current user was added.
- handleChatEvent(io.getstream.chat.android.client.events.ChatEvent,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.state.event.handler.chat.BaseChatEventHandler
- Computes the event handling result.
- handleChatEvent(io.getstream.chat.android.client.events.ChatEvent,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.state.event.handler.chat.BaseChatEventHandler
- Computes the event handling result.
- handleChatEvent(io.getstream.chat.android.client.events.ChatEvent,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.state.event.handler.chat.ChatEventHandler
- Computes the event handling result.
- handleCidEvent(io.getstream.chat.android.client.events.CidEvent,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.state.event.handler.chat.BaseChatEventHandler
- Handles CidEvent event which is associated with a specific Channel which can be tracked using CidEvent.cid.
- handleCidEvent(io.getstream.chat.android.client.events.CidEvent,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.state.event.handler.chat.DefaultChatEventHandler
- Handles additional events:
NewMessageEvent - adds the channel to the set if its not a system message.
MemberRemovedEvent - removes the channel from the set if a current user left.
MemberAddedEvent - adds the channel to the set if a current user was added.