Package io.rong.imlib
Interface IRongCoreListener.MessageReadReceiptV5Listener
-
- All Implemented Interfaces:
public interface IRongCoreListener.MessageReadReceiptV5Listener
已读回执 v5 监听器。
- Since:
5.20.0
-
-
Method Summary
Modifier and Type Method Description abstract void
onMessageReceiptResponse(List<ReadReceiptResponseV5> responses)
回执接收监听。 -
-
Method Detail
-
onMessageReceiptResponse
abstract void onMessageReceiptResponse(List<ReadReceiptResponseV5> responses)
回执接收监听。
- Parameters:
responses
- 消息已读回执信息。- Since:
5.20.0
-
-
-
-