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