HideUnreadLabel

data class HideUnreadLabel(val navigateToFirstUnreadMessage: Boolean) : MessageListViewModel.Event

When the Unread Label Button should be hidden.

Parameters

navigateToFirstUnreadMessage

If true, the user will be navigated to the first unread message.

Constructors

Link copied to clipboard
constructor(navigateToFirstUnreadMessage: Boolean)

Properties