Public 成员函数 | |
| String | getAckId () |
| String | getMsgId () |
| EMGroupMemberInfo | getFrom () |
| int | getCount () |
| long | getTimestamp () |
群消息已读回执情况。 通过 EMChatManager#asyncFetchGroupMessageReadReceipts(String, int, String, EMValueCallBack) 请求返回的结果,如下:
| String com.hyphenate.chat.EMGroupReadReceipt.getAckId | ( | ) |
获取群组消息已读回执 ID。
| int com.hyphenate.chat.EMGroupReadReceipt.getCount | ( | ) |
获取已读回执的数量。
| EMGroupMemberInfo com.hyphenate.chat.EMGroupReadReceipt.getFrom | ( | ) |
获取发送已读回执的群成员信息。
| String com.hyphenate.chat.EMGroupReadReceipt.getMsgId | ( | ) |
返回群组消息 ID。
| long com.hyphenate.chat.EMGroupReadReceipt.getTimestamp | ( | ) |
获取发送已读回执的时间戳。