Channel List UIParams
data class ChannelListUIParams(val enableTypingIndicator: Boolean = UIKitConfig.groupChannelListConfig.enableTypingIndicator, val enableMessageReceiptStatus: Boolean = UIKitConfig.groupChannelListConfig.enableMessageReceiptStatus)
This class is used to determine whether to display features in the channel list.
Since
3.6.0
Constructors
Link copied to clipboard
fun ChannelListUIParams(enableTypingIndicator: Boolean = UIKitConfig.groupChannelListConfig.enableTypingIndicator, enableMessageReceiptStatus: Boolean = UIKitConfig.groupChannelListConfig.enableMessageReceiptStatus)