A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
T
- thread(String) - function in io.getstream.chat.android.offline.experimental.plugin.state.StateRegistry
- Returns ThreadState of thread replies with parent message that has id equal to messageId.
- ThreadController - class in io.getstream.chat.android.livedata.controller
- The threadController exposes livedata for a thread
threadId (the id of the current thread)
loadingOlderMessages (if we're currently loading older messages)
endOfOlderMessages (if you've reached the end of older messages)
- ThreadController - class in io.getstream.chat.android.offline.thread
- threadLoadMore(String,String,Integer) - function in io.getstream.chat.android.livedata.ChatDomain
- Loads more messages for the specified thread.
- threadLoadMore(String,String,Integer) - function in io.getstream.chat.android.offline.ChatDomain
- Loads more messages for the specified thread.
- ThreadState - class in io.getstream.chat.android.offline.experimental.channel.thread.state
- State container with reactive data of a thread.
- toChannel() - function in io.getstream.chat.android.livedata.controller.ChannelController
- toChannel() - function in io.getstream.chat.android.offline.channel.ChannelController
- toChannel() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Function that builds a channel based on data from StateFlows.
- toCid(Pair) - function in io.getstream.chat.android.offline.utils.PairExtensionsKt
- Converts a pair of channelType and channelId into cid.