sendTypingStatus

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

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

Parameters

conversationType

The type of the conversation.

targetId

The ID of the conversation.

typingContentType

The type name of the message being typed. This should match the return value of getObjectName in the Message class. For example, for a text message, pass the type name RC:TxtMsg.