hyphenate_SDK3.0
3.8.6.1
hyphenate java IM SDK
|
Inherits com.hyphenate.chat.EMBase< T >.
Public Member Functions | |
EMGroupReadAck (EMAGroupReadAck groupReadAck) | |
String | getAckId () |
String | getMsgId () |
String | getFrom () |
String | getContent () |
int | getCount () |
long | getTimestamp () |
Group message read ack info class By EMChatManager#fetchGroupReadAcks(String, int, String) to return requested result, such as:
EMCursorResult<EMGroupReadAck> result = EMClient.getInstance().chatManager().fetchGroupReadAcks(msgId, pageSize, startAckId);
String com.hyphenate.chat.EMGroupReadAck.getAckId | ( | ) |
Get read ack id of group message
String com.hyphenate.chat.EMGroupReadAck.getContent | ( | ) |
Send group message read ack by EMChatManager#ackGroupMessageRead(String, String, String), which is the third parameter passed
int com.hyphenate.chat.EMGroupReadAck.getCount | ( | ) |
Get the order in which group read ack is sent
String com.hyphenate.chat.EMGroupReadAck.getFrom | ( | ) |
Get username who sends the read ack
String com.hyphenate.chat.EMGroupReadAck.getMsgId | ( | ) |
Get group message id
long com.hyphenate.chat.EMGroupReadAck.getTimestamp | ( | ) |
Get the timestamp to send group message read ack