UnreadSeparatorItem

data class UnreadSeparatorItem(val unreadCount: Int) : MessageListItem

Represent an unread separator item in a MessageListView.

Constructors

Link copied to clipboard
constructor(unreadCount: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun stringify(): String

Inherited functions

Link copied to clipboard