ThreadSeparatorItem

data class ThreadSeparatorItem(val date: Date, val messageCount: Int) : MessageListItem

Represent a thread separator item in a MessageListView.

Constructors

Link copied to clipboard
constructor(date: Date, messageCount: Int)

Properties

Link copied to clipboard
val date: Date

The date that should be displayed in the thread separator.

Link copied to clipboard

The number of messages in the thread.

Functions

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

Inherited functions

Link copied to clipboard