Package io.rong.imlib
Class ReadReceiptV2Manager.GroupReadReceiptV2Listener
-
- All Implemented Interfaces:
public abstract class ReadReceiptV2Manager.GroupReadReceiptV2Listener
消息回执监听.
收到消息回执时会回调.
-
-
Constructor Summary
Constructors Constructor Description ReadReceiptV2Manager.GroupReadReceiptV2Listener()
-
Method Summary
Modifier and Type Method Description abstract void
onReadReceiptReceived(Message message)
abstract void
onMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
群组中消息发送方,当收到server的已读回执响应时,会回调此方法 -
-
Method Detail
-
onReadReceiptReceived
abstract void onReadReceiptReceived(Message message)
-
onMessageReceiptResponse
abstract void onMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
群组中消息发送方,当收到server的已读回执响应时,会回调此方法
- Parameters:
type
- 会话类型targetId
- 会话 idmessageUId
- 收到回执响应的消息的 uIdreadCount
- 已读人数totalCount
- 总人数
-
-
-
-