DateSeparatorHandler

fun interface DateSeparatorHandler

A SAM designed to evaluate if a date separator should be added between messages.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun shouldAddDateSeparator(previousMessage: Message?, message: Message): Boolean

Determines whether we should add the date separator or not.