ThreadListState

constructor(threads: List<Thread>, isLoading: Boolean, isLoadingMore: Boolean, unseenThreadsCount: Int)

Parameters

threads

The list of loaded Threads.

isLoading

Indicator if the threads are loading.

isLoadingMore

Indicator if there is loading of the next page of threads in progress.

unseenThreadsCount

The number of threads that we know that exist, but are not (yet) loaded in the list.