ThreadListView
View rendering a paginated list of threads. Optionally, it renders a banner informing about new threads/thread messages outside of the loaded pages of threads.
Constructors
Creates a ThreadListView from the given Context.
Creates a ThreadListView from the given Context and AttributeSet.
Types
Inherited properties
Functions
Sets the listener requesting loading of more threads.
Sets the listener for clicks on threads.
Sets the listener for clicks on the unread threads banner.
Sets the ThreadListItemViewHolderFactory used to create the thread list view holders. Use if you want completely custom views for the thread list items. Make sure to call this before setting/updating the data in the thread list view.
Shows the loading state of the thread list.
Shows a list of threads.
Show the 'unread threads' banner. Hides the banner if unreadThreadsCount == 0.