ThreadListBannerState

sealed interface ThreadListBannerState

Sealed interface representing the possible states of the ThreadListBanner.

Inheritors

Types

Link copied to clipboard

Indicates that the last load/refresh failed.

Link copied to clipboard

Indicates that a refresh/reload is in progress.

Link copied to clipboard
data class UnreadThreads(val count: Int) : ThreadListBannerState

Indicates that there are unseen threads available.