set Conversation Channel Typing Status Listener
public abstract void setConversationChannelTypingStatusListener(IConversationChannelListener.ConversationChannelTypingStatusListener listener)
Sets the typing status listener.
When the typing status changes, the callback onTypingStatusChanged (Conversation.ConversationType, String, String, Collection)} is triggered. For one-to-one chats, the listener is triggered once when the other party is typing, and once again when the other party stops typing, but the list of typing users in the callback will be empty.
Since
5.1.1
Parameters
listener
The typing status listener