Public Member Functions | |
| String | getMessageId () |
| String | getConversationId () |
| boolean | isPeerReceipt () |
| int | getReadCount () |
The message read receipt details. Calls EMChatManager#asyncGetGroupMessageReadReceipts(java.util.List, com.hyphenate.EMValueCallBack) to get the read receipt details for a batch of messages from the server, or receives the read receipts in the com.hyphenate.EMMessageListener#onMessageReadReceipts(java.util.List) callback.
| String com.hyphenate.chat.EMMessageReadReceipt.getConversationId | ( | ) |
Gets the conversation ID.
| String com.hyphenate.chat.EMMessageReadReceipt.getMessageId | ( | ) |
Gets the message ID.
| int com.hyphenate.chat.EMMessageReadReceipt.getReadCount | ( | ) |
Gets the number of group members that have read the message.
| boolean com.hyphenate.chat.EMMessageReadReceipt.isPeerReceipt | ( | ) |
Whether the peer has sent a read receipt for a one-to-one chat message.
true: Yes;false: No.