ChannelListViewModel
Parameters
Filter for querying channels, should never be empty.
Defines the ordering of the channels.
The maximum number of channels to fetch.
The number of messages to fetch for each channel.
The number of members to fetch per channel.
Enables or disables draft messages.
The instance of ChatEventHandlerFactory that will be used to create ChatEventHandler.
Entry point for all low-level operations.
A flow emitting the current GlobalState.
Deprecated
Use the constructor which accepts a Flow<GlobalState> for the globalState instead.
ViewModel class for ChannelListView. Responsible for keeping the channels list up to date. Can be bound to the view using ChannelListViewModel.bindView function.
Parameters
Filter for querying channels, should never be empty.
Defines the ordering of the channels.
The maximum number of channels to fetch.
The number of messages to fetch for each channel.
The number of members to fetch per channel.
Enables or disables draft messages.
The instance of ChatEventHandlerFactory that will be used to create ChatEventHandler.
Entry point for all low-level operations.
The current GlobalState.