onTypingStatusChanged

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

The typing status of the conversation has changed.

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

Parameters

type

Conversation type

targetId

Conversation ID

channelId

Business identifier of the conversation to which the message belongs.

typingStatusSet

List of users currently typing in the conversation