MessageListHeaderViewModel
ViewModel class for MessageListHeaderView.
Parameters
The CID of the current channel.
An instance of the low level chat client.
Client state of SDK that contains information such as the current user and connection state. such as the current user, connection state...
The id of a message we wish to scroll to in messages list. Used to control the number of channel queries executed on screen initialization.
Constructors
Properties
Signals that we are currently in thread mode if the value is non-null. If the value is null we are in normal mode.
The current Channel created from ChannelState. It emits new data either when channel data or the list of members in ChannelState updates.
Number of Channel members.
Current user's online status.
A list of users who are currently typing.
Functions
Inherited functions
Binds MessageListHeaderView with MessageListHeaderViewModel, updating the view's state based on data provided by the ViewModel.