ThreadDateSeparatorItemState

data class ThreadDateSeparatorItemState(val date: Date, val replyCount: Int) : MessageListItemState

Represents a date separator inside thread messages list.

Parameters

date

The date show on the separator.

replyCount

Number of messages inside the thread.

Constructors

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

Properties

Link copied to clipboard
val date: Date
Link copied to clipboard