Package-level declarations

Types

Link copied to clipboard
data class ThreadListState(val threads: List<Thread>, val isLoading: Boolean, val isLoadingMore: Boolean, val unseenThreadsCount: Int)

Represents the Threads list state, used to render the Threads list UI.