-
public final class QueryChannelsController.ChannelsState.Result extends QueryChannelsController.ChannelsState
The list of channels, loaded either from offline storage or an API call. Observe chatDomain.online to know if results are currently up to date
-
-
Constructor Summary
Constructors Constructor Description QueryChannelsController.ChannelsState.Result(List<Channel> channels)
-
Method Summary
Modifier and Type Method Description final List<Channel>getChannels()-
-
Constructor Detail
-
QueryChannelsController.ChannelsState.Result
QueryChannelsController.ChannelsState.Result(List<Channel> channels)
-
-
Method Detail
-
getChannels
final List<Channel> getChannels()
-
-
-
-