Package io.getstream.chat.android.offline.experimental.channel.state
See: Description
-
Interface Summary Interface Description ChannelState State container with reactive data of a channel. -
Object Summary Object Description NoQueryActive The ChannelState 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. -
Class Summary Class Description Result The list of messages, loaded either from offline storage or an API call. MessagesState Represents of possible state of messages for ChannelState.