on Typing Status Changed
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
target Id
Conversation ID
channel Id
Business identifier of the conversation to which the message belongs.
typing Status Set
List of users currently typing in the conversation