Package io.rong.imlib
Interface IRongCoreListener.ReadReceiptListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.ReadReceiptListener
/~english
-
-
Method Summary
Modifier and Type Method Description abstract void
onReadReceiptReceived(Message message)
/~english abstract void
onMessageReceiptRequest(ConversationType type, String targetId, String messageUId)
/~english abstract void
onMessageReceiptResponse(ConversationType type, String targetId, String messageUId, HashMap<String, Long> respondUserIdList)
/~english -
-
Method Detail
-
onReadReceiptReceived
abstract void onReadReceiptReceived(Message message)
/~english
-
onMessageReceiptRequest
abstract void onMessageReceiptRequest(ConversationType type, String targetId, String messageUId)
/~english
-
onMessageReceiptResponse
abstract void onMessageReceiptResponse(ConversationType type, String targetId, String messageUId, HashMap<String, Long> respondUserIdList)
/~english
-
-
-
-