B
C
D
E
G
H
I
L
M
N
O
P
Q
R
S
T
U
W
S
- setBanned(Boolean) - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState
- setChannelId(String) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setChannelMutes(List) - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState
- setChannelUnreadCount(Integer) - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState
- setChatEventHandler(ChatEventHandler) - function in io.getstream.chat.android.offline.plugin.state.querychannels.QueryChannelsState
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsState.
- setChatEventHandlerFactory(ChatEventHandlerFactory) - function in io.getstream.chat.android.offline.plugin.state.querychannels.QueryChannelsState
- Factory that produces ChatEventHandler, which decides whether the set of channels should be updated.
- setCid(String) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setCooldown(Integer) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setCreatedAt(Date) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setCreatedBy(User) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setDeletedAt(Date) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setExtraData(Map) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setFrozen(Boolean) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setImage(String) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setInstance(StateRegistry) - function in io.getstream.chat.android.offline.plugin.state.StateRegistry.Companion
- setInstance(GlobalMutableState) - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState.Companion
- setMemberCount(Integer) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setMembership(Member) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setMessageForReply(ChatClient,String,Message) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Set the reply state for the channel.
- setMutedUsers(List) - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState
- setName(String) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setOwnCapabilities(Set) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setTeam(String) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setTotalUnreadCount(Integer) - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState
- setType(String) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- setUpdatedAt(Date) - function in io.getstream.chat.android.offline.model.channel.ChannelData
- StateAwarePlugin - class in io.getstream.chat.android.state.plugin.internal
- Delete this when StatePlugin will be separated from OfflinePlugin
- StatePlugin - class in io.getstream.chat.android.state.plugin.internal
- Implementation of Plugin that brings support for the offline feature.
- StatePluginConfig - class in io.getstream.chat.android.state.plugin.configuration
- Provides a configuration for io.getstream.chat.android.state.plugin.internal.StatePlugin.
- StateRegistry - class in io.getstream.chat.android.offline.plugin.state
- Registry of all state objects exposed in the offline plugin.
- StateRegistry.Companion - class in io.getstream.chat.android.offline.plugin.state.StateRegistry
- StreamStatePluginFactory - class in io.getstream.chat.android.state.plugin.factory
- Implementation of PluginFactory that provides StatePlugin.