DateSeparatorItem

data class DateSeparatorItem(val date: Date) : MessageListItem

Represent a date separator item in a MessageListView.

Constructors

Link copied to clipboard
constructor(date: Date)

Properties

Link copied to clipboard
val date: Date

The date that should be displayed in the date separator.

Functions

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

Inherited functions

Link copied to clipboard