Package io.rong.imlib
Interface IRongCoreListener.ReadReceiptV4Listener
-
- All Implemented Interfaces:
public interface IRongCoreListener.ReadReceiptV4Listener
/~english
-
-
Method Summary
Modifier and Type Method Description abstract void
onPrivateMessageReceiptResponse(ConversationType conversationType, String targetId, String channelId, long readTime)
abstract void
onGroupMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
/~english -
-
Method Detail
-
onPrivateMessageReceiptResponse
abstract void onPrivateMessageReceiptResponse(ConversationType conversationType, String targetId, String channelId, long readTime)
-
onGroupMessageReceiptResponse
abstract void onGroupMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
/~english
-
-
-
-