ShowAvatarPredicate

fun interface ShowAvatarPredicate

Predicate object with a filter condition for MessageListItem. Used to filter a list of MessageListItem before applying it to MessageListView.

Functions

Link copied to clipboard
abstract fun shouldShow(messageItem: MessageListItem.MessageItem): Boolean