Package io.getstream.chat.android.offline.event.handler.chat
See: Description
-
Interface Summary Interface Description ChatEventHandler Handler responsible for deciding whether the set of channels should be updated after receiving the particular event. -
Class Summary Class Description Add Add a channel to a query channels collection. WatchAndAdd Call watch and add the channel to a query channels collection. Remove Remove a channel from a query channels collection. EventHandlingResult Represent possible outcomes of handling a chat event. BaseChatEventHandler More specific ChatEventHandler implementation that gives you a separation between CidEvent and HasChannel events. DefaultChatEventHandler Default implementation of ChatEventHandler which is based on the current user membership. NonMemberChatEventHandler Implementation of ChatEventHandler that adds the channel if the current user is not a member and it will removed it otherwise. -
Object Summary Object Description Skip Skip the event.