sendTypingStatus

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

Sends a typing status to the conversation. Currently, only one-to-one chat is supported.

Since

5.1.1

Parameters

conversationType

The type of the conversation

targetId

The ID of the conversation

channelId

The business identifier of the conversation to which the message belongs

typingContentType

The type name of the message being typed. `typingContentType` should be the type name of the message currently being edited by the user, which is the return value of getObjectName in Message. For example, for a text message, pass the type name RC:TxtMsg.