Package com. sendbird. uikit. model
Types
Link copied to clipboard
data class ChannelListUIParams(val enableTypingIndicator: Boolean = UIKitConfig.groupChannelListConfig.enableTypingIndicator, val enableMessageReceiptStatus: Boolean = UIKitConfig.groupChannelListConfig.enableMessageReceiptStatus)
Content copied to clipboard
This class is used to determine whether to display features in the channel list.
Link copied to clipboard
Link copied to clipboard
Manager providing emoji information from Sendbird server.
Link copied to clipboard
Extension class for live data.
Link copied to clipboard
Describes a configuration of mention since 3.0.
Link copied to clipboard
The text with a MentionSpan attached will be bold and clickable.
Link copied to clipboard
Link copied to clipboard
Class that holds message data in a channel.
Link copied to clipboard
Link copied to clipboard
Describes a configuration of a message item view since 3.3.
Link copied to clipboard
Configurations of Message.
Link copied to clipboard
LiveData which publicly exposes setValue(T) and postValue(T) method.
Link copied to clipboard
Represents status to connect Sendbird.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A configurations of text.
Link copied to clipboard
Link copied to clipboard
Describes a configuration of mention for user.
Link copied to clipboard
data class UserMessageDisplayData(val message: String? = null) : MessageDisplayData
Content copied to clipboard
This data class contains the information of the message that is displayed.
Link copied to clipboard