功能描述
开启“对方正在输入” | 关闭“对方正在输入” |
| |
控制对方正在输入能力状态
在 TIMUIKitChat 的配置参数
config
中,提供了“对方正在输入”功能开关 showC2cMessageEditStatus , 其类型为 boolean,默认为 true
。TIMUIKitChat(config: TIMUIKitChatConfig(showC2cMessageEditStatus: true 或 false,// ... 其他 config 配置),// ... 其他 TIMUIKitChat 参数)