tencent cloud

Chat

Android(View)

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-04-14 16:29:14

Description

TUIKit supports showing "Typing..." in a one-to-one chat in the classic UI starting from version 6.5.2803.
This feature is implemented using the Online Message capability of IMSDK.
Enabling "Typing..."
Disabling "Typing..."



Disabling "Typing..."

In the 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;
}
To disable the typing indicator feature, simply change the default value of enableTypingStatus to false, or call the following method before initializing the chat page.
TUIChatConfigs.getConfigs().getGeneralConfig().setEnableTypingStatus(false);

FAQs

Why is there no prompt for typing after the switch is turned on?

The rule for showing "Typing..." in a one-to-one chat is: the other party has sent you a message within the last 30 seconds and is currently typing.

Exchange and Feedback

Join the Telegram technical exchange group or WhatsApp discussion group, benefit from the support of professional engineers, and solve your toughest challenges.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백