GroupedChannelsGroup

constructor(groupKey: String, channels: List<Channel>, unreadChannels: Int = 0, next: String? = null, prev: String? = null)

Parameters

groupKey

The name of the group.

channels

The channels that belong to this group.

unreadChannels

The total unread channel count in the group.

next

Cursor for the next page of this group, or null if there is no further page.

prev

Cursor for the previous page of this group, or null if there is none.