Package io.rong.imlib
Class IConversationChannelListener
-
- All Implemented Interfaces:
public class IConversationChannelListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
IConversationChannelListener.ConversationChannelTypingStatusListener
Input status listener that triggers a callback when the typing status changes. The callback is onTypingStatusChanged
public interface
IConversationChannelListener.ConversationChannelSyncConversationReadStatusListener
Interface for listening to unread message status synchronization.
When logged in on multiple devices, the
onSyncConversationReadStatus
callback is triggered upon receiving notifications from other devices about clearing the unread count of a conversation.
-
Constructor Summary
Constructors Constructor Description IConversationChannelListener()
-