Builder
Functions
Builds ChannelListViewModelFactory instance.
The instance of ChatEventHandlerFactory that will be used to create ChatEventHandler.
Sets the way to filter the channels. Mutually exclusive with predefinedFilter.
Sets the values interpolated into the predefined filter template. Has no effect unless predefinedFilter was called.
Enables or disables draft messages.
Sets the number of channels to return.
Sets the number of members per channel. When null, the server-side default is used.
Sets the number of messages to fetch for each channel. When null, the server-side default is used.
Configures the factory to query channels via a predefined filter resolved by the server. Mutually exclusive with filter.
Sets the way to sort the channels, defaults to last_updated.
Sets the values interpolated into the predefined sort template. Has no effect unless predefinedFilter was called.