Public Member Functions | |
| String | getAckId () |
| String | getMsgId () |
| EMGroupMemberInfo | getFrom () |
| int | getCount () |
| long | getTimestamp () |
Returns read recipients for group messages. Calls EMChatManager#asyncFetchGroupMessageReadReceipts(String, int, String, EMValueCallBack) to return the requested result, for example:
| String com.hyphenate.chat.EMGroupReadReceipt.getAckId | ( | ) |
Gets the read receipt ID of group messages.
| int com.hyphenate.chat.EMGroupReadReceipt.getCount | ( | ) |
Gets the number of read receipts of group messages.
| EMGroupMemberInfo com.hyphenate.chat.EMGroupReadReceipt.getFrom | ( | ) |
Gets the group member info of the user who sends the read receipt.
| String com.hyphenate.chat.EMGroupReadReceipt.getMsgId | ( | ) |
Returns the group message ID.
| long com.hyphenate.chat.EMGroupReadReceipt.getTimestamp | ( | ) |
Gets the timestamp of sending read receipts of group messages.