GroupChannelCollection

Collection that handles channel lists, also supporting local caching.

Since

3.1.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of channels in this collection. Sorted according to the query's order with pinned channels first.

Link copied to clipboard

Indicates the lifecycle of the collection.

Link copied to clipboard
open override val comparator: Comparator<GroupChannel>

A new [Comparator<GroupChannel>] for sorting group channels using the GroupChannelListQueryOrder set in this collection.

Link copied to clipboard

The group channel collection handler to be used for this GroupChannelCollection.

Link copied to clipboard

Whether there is more data to load.

Functions

Link copied to clipboard
open override fun dispose()

Disposes this collection and stops all events from being received.

Link copied to clipboard

Loads next channel lists, depending on the query order set in the current collection.