agora_chat_SDK
3.8.2
agorajavachatSDK
|
Inherits io.agora.chat.EMBase< T >.
Public Member Functions | |
GroupReadAck (EMAGroupReadAck groupReadAck) | |
String | getAckId () |
String | getMsgId () |
String | getFrom () |
String | getContent () |
int | getCount () |
long | getTimestamp () |
Group message read ack info class By ChatManager#fetchGroupReadAcks(String, int, String) to return requested result, such as:
CursorResult<GroupReadAck> result = ChatClient.getInstance().chatManager().fetchGroupReadAcks(msgId, pageSize, startAckId);
String io.agora.chat.GroupReadAck.getAckId | ( | ) |
Get read ack id of group message
String io.agora.chat.GroupReadAck.getContent | ( | ) |
Send group message read ack by ChatManager#ackGroupMessageRead(String, String, String), which is the third parameter passed
int io.agora.chat.GroupReadAck.getCount | ( | ) |
Get the order in which group read ack is sent
String io.agora.chat.GroupReadAck.getFrom | ( | ) |
Get username who sends the read ack
String io.agora.chat.GroupReadAck.getMsgId | ( | ) |
Get group message id
long io.agora.chat.GroupReadAck.getTimestamp | ( | ) |
Get the timestamp to send group message read ack