UnreadSeparatorItemState

data class UnreadSeparatorItemState(val unreadCount: Int) : MessageListItemState

Represents an unread separator item inside a message list.

Parameters

unreadCount

The number of unread messages.

Constructors

Link copied to clipboard
constructor(unreadCount: Int)

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard
val id: String

A unique identifier for this item.

Inherited functions

Link copied to clipboard

Returns a string representation of the MessageListItemState.