Feature toggle commands for controlling ChatUI behavior
Use these commands with setCommandSwitch() to enable/disable specific features
// Enable message read status displayapp.setCommandSwitch(ChatUICommand.SHOW_MESSAGE_STATE, true);// Enable @all functionalityapp.setCommandSwitch(ChatUICommand.AT_ALL, true);
Show connection status in the channel list
Show message read and sent status
'@all' functionality toggle
Automatically @ the sender when quoting or replying to a message
Delete local and remote messages when deleting a channel
Feature toggle commands for controlling ChatUI behavior
Use these commands with setCommandSwitch() to enable/disable specific features