ThreadListItem

sealed interface ThreadListItem

Class representing the different types of items that can be rendered in the by the io.getstream.chat.android.ui.feature.threads.list.adapter.internal.ThreadListAdapter.

Inheritors

Types

Link copied to clipboard

Represents a loading more item.

Link copied to clipboard
data class ThreadItem(val thread: Thread) : ThreadListItem

Represents a thread item.

Properties

Link copied to clipboard
abstract val stableId: Long

The item stable ID.