sendTypingStatus

public abstract void sendTypingStatus(ConversationType conversationType, String targetId, String typingContentType)

向会话中发送正在输入的状态,目前只支持单聊。

Parameters

conversationType

会话类型

targetId

会话 id

typingContentType

正在输入的消息的类型名, typingContentType 为用户当前正在编辑的消息类型名,即 Message 中 getObjectName 的返回值。 如文本消息,传类型名 "RC:TxtMsg"。