Typing Message Manager
Functions
Link copied to clipboard
Link copied to clipboard
public synchronized Collection<TypingStatus> getTypingUserListFromConversation(ConversationType conversationType, String targetId, String channelId)
Retrieves the list of users currently typing in the specified conversation based on conversationType and targetId.
Link copied to clipboard
Link copied to clipboard
Receives typing status message to display typing indication.
Link copied to clipboard
public void sendTypingMessage(ConversationType conversationType, String targetId, String channelId, String typingContentType)
Sends a TypingStatusMessage.
Link copied to clipboard
public void setConversationChannelTypingStatusListener(IConversationChannelListener.ConversationChannelTypingStatusListener listener)
Sets the typing status listener.
Link copied to clipboard
Input Status Termination
Link copied to clipboard
Sets the typing status listener.