send Typing Status
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
conversation Type
The type of the conversation.
target Id
The ID of the conversation.
typing Content Type
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.