Collection that handles channel lists, also supporting local caching.

Properties

channels: GroupChannel[] = []

The list of GroupChannels managed by collection.

The filter to show matched GroupChannels only.

The order of the channel list.

Accessors

  • get hasMore(): boolean
  • Whether the collection has more channels to load.

    Returns boolean

Methods

  • Returns void

    Disposes current GroupChannelCollection and stops all events from being received.

  • Returns Promise<GroupChannel[]>

    Loads next channel lists with the filter and the order.