|
Sendbird Chat SDK for Unity
|
Collection that handles channel lists. More...
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< SbGroupChannel > | ChannelList [get] |
| Total channel list. More... | |
| bool | HasNext [get] |
| Whether there's more data to load. More... | |
Collection that handles channel lists.
| void Dispose | ( | ) |
Disposes current SbGroupChannelCollection and stops all events from being received.
| void LoadMore | ( | SbGroupChannelListHandler | inCompletionHandler | ) |
Loads next channel lists, depending on the SbGroupChannelListQueryOrder set in the current collection.
| inCompletionHandler |
|
get |
Total channel list.
|
getset |
|
get |
Whether there's more data to load.