onTypingStatusChanged

public abstract void onTypingStatusChanged(ConversationType type, String targetId, Collection<TypingStatus> typingStatusSet)

The typing status of the conversation has changed.

For one-to-one chats, this event is triggered once when the other party is typing, and once again when they stop typing. In the latter case, the user list in the callback will be empty.

Parameters

type

The type of the conversation

targetId

The ID of the conversation

typingStatusSet

The list of users currently typing in the conversation