ThreadListUnreadThreadsBanner

open fun ThreadListUnreadThreadsBanner(unreadThreads: Int, onClick: () -> Unit)

The default "Unread threads" banner. Shows the number of unread threads in the "ThreadList".

Parameters

unreadThreads

The number of unread threads.

onClick

Action invoked when the user clicks on the banner.