Sendbird Chat SDK for Unity
SbGroupChannelCollection

Collection that handles channel lists. More...

Inheritance diagram for SbGroupChannelCollection:
SbBaseCollection

Public Member Functions

void LoadMore (SbGroupChannelListHandler inCompletionHandler)
 Loads next channel lists, depending on the SbGroupChannelListQueryOrder set in the current collection. More...
 
void Dispose ()
 Disposes current SbGroupChannelCollection and stops all events from being received. More...
 

Properties

SbGroupChannelCollectionHandler GroupChannelCollectionHandler [get, set]
 
IReadOnlyList< SbGroupChannelChannelList [get]
 Total channel list. More...
 
bool HasNext [get]
 Whether there's more data to load. More...
 

Detailed Description

Collection that handles channel lists.

Since
4.0.0

Member Function Documentation

◆ Dispose()

void Dispose ( )

Disposes current SbGroupChannelCollection and stops all events from being received.

Since
4.0.0

◆ LoadMore()

void LoadMore ( SbGroupChannelListHandler  inCompletionHandler)

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

Parameters
inCompletionHandler
Since
4.0.0

Property Documentation

◆ ChannelList

IReadOnlyList<SbGroupChannel> ChannelList
get

Total channel list.

Since
4.0.0

◆ GroupChannelCollectionHandler

SbGroupChannelCollectionHandler GroupChannelCollectionHandler
getset
Since
4.0.0

◆ HasNext

bool HasNext
get

Whether there's more data to load.

Since
4.0.0