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);
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários