Release Notes
Announcements
Enabling "Typing..." | Disabling "Typing..." |
![]() | ![]() |
TUIChat component, within the GeneralConfig.java file, a switch for the "Typing..." feature, named enableTypingStatus, is provided. Its type is boolean, with a default value of true.public class GeneralConfig {private boolean enableTypingStatus = true;}
false, or call the following method before initializing the chat page.TUIChatConfigs.getConfigs().getGeneralConfig().setEnableTypingStatus(false);
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback