on Typing Status Changed
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
target Id
The ID of the conversation
typing Status Set
The list of users currently typing in the conversation