MessageListItem
MessageListItem represents elements that are displayed in a MessageListView. There are the following subclasses of the MessageListItem available:
Inheritors
Types
Link copied to clipboard
Represent a date separator item in a MessageListView.
Link copied to clipboard
Represent a loading more indicator item in a MessageListView.
Link copied to clipboard
data class MessageItem(val message: Message, val positions: List<MessagePosition> = listOf(), val isMine: Boolean = false, val messageReadBy: List<ChannelUserRead> = listOf(), val isThreadMode: Boolean = false, val isMessageRead: Boolean = true, val showMessageFooter: Boolean = false) : MessageListItem
Represent a message item in a MessageListView.
Link copied to clipboard
Represent the start of the channel in a MessageListView.
Link copied to clipboard
Represent a thread placeholder item in a MessageListView.
Link copied to clipboard
Represent a thread separator item in a MessageListView.
Link copied to clipboard
Represent a typing item in a MessageListView.
Link copied to clipboard
Represent an unread separator item in a MessageListView.