Package io.getstream.chat.android.offline.querychannels
See: Description
-
Interface Summary Interface Description ChatEventHandler Interface that handles events related to the particular set of channels. -
Class Summary Class Description Add Add a channel to a query channels collection. Remove Remove a channel from a query channels collection. EventHandlingResult Class representing possible outcome of chat event handling. BaseChatEventHandler Basic implementation of ChatEventHandler. ChatEventHandlerFactory A ChatEventHandler factory. DefaultChatEventHandler Default implementation of ChatEventHandler which covers the default filter of channels. NonMemberChatEventHandler Implementation of ChatEventHandler that adds the channel if the current user is not a member and it will removed it otherwise. Result The list of channels, loaded either from offline storage or an API call. ChannelsState QueryChannelsController -
Object Summary Object Description Skip Skip handling of this event. NoQueryActive The QueryChannelsController is initialized but no query is currently running. Loading Indicates we are loading the first page of results. OfflineNoResults If we are offline and don't have channels stored in offline storage, typically displayed as an error condition.