Package io.rong.imkit
Class BaseConversationEventListener
-
- All Implemented Interfaces:
public abstract class BaseConversationEventListener
-
-
Constructor Summary
Constructors Constructor Description BaseConversationEventListener()
-
Method Summary
Modifier and Type Method Description voidonSaveDraft(ConversationType type, String targetId, String content)voidonClearedMessage(ConversationType type, String targetId)voidonClearedUnreadStatus(ConversationType type, String targetId)voidonConversationRemoved(ConversationType type, String targetId)voidonOperationFailed(ErrorCode code)voidonClearConversations(Array<ConversationType> conversationTypes)-
-
Method Detail
-
onSaveDraft
void onSaveDraft(ConversationType type, String targetId, String content)
-
onClearedMessage
void onClearedMessage(ConversationType type, String targetId)
-
onClearedUnreadStatus
void onClearedUnreadStatus(ConversationType type, String targetId)
-
onConversationRemoved
void onConversationRemoved(ConversationType type, String targetId)
-
onOperationFailed
void onOperationFailed(ErrorCode code)
-
onClearConversations
void onClearConversations(Array<ConversationType> conversationTypes)
-
-
-
-