TypingMessageManager

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
public void init(Context context)
Link copied to clipboard
public boolean isShowMessageTyping()
Link copied to clipboard
public boolean onReceiveMessage(Message message, boolean isPersisted)
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 setTypingEnd(ConversationType conversationType, String targetId, String channelId)
Input Status Termination
Link copied to clipboard
Sets the typing status listener.