Description

Collection that handles channel lists, also supporting local caching.

Hierarchy

  • GroupChannelCollection

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

    Description

    Disposes current GroupChannelCollection and stops all events from being received.

  • Returns Promise<GroupChannel[]>

    Description

    Loads next channel lists with the filter and the order.

  • Returns void

    Description

    Sets GroupChannelCollection event handler.

Generated using TypeDoc