agora_chat_SDK  3.8.2
agorajavachatSDK
Public Member Functions | List of all members
io.agora.chat.GroupReadAck Class Reference

Inherits io.agora.chat.EMBase< T >.

Public Member Functions

 GroupReadAck (EMAGroupReadAck groupReadAck)
 
String getAckId ()
 
String getMsgId ()
 
String getFrom ()
 
String getContent ()
 
int getCount ()
 
long getTimestamp ()
 

Detailed Description

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);

Member Function Documentation

String io.agora.chat.GroupReadAck.getAckId ( )

Get read ack id of group message

Returns
read ack id
String io.agora.chat.GroupReadAck.getContent ( )

Send group message read ack by ChatManager#ackGroupMessageRead(String, String, String), which is the third parameter passed

Returns
Extend content by read ack
int io.agora.chat.GroupReadAck.getCount ( )

Get the order in which group read ack is sent

Returns
Order in which group read ack is sent
String io.agora.chat.GroupReadAck.getFrom ( )

Get username who sends the read ack

Returns
Sender id
String io.agora.chat.GroupReadAck.getMsgId ( )

Get group message id

Returns
Group message id
long io.agora.chat.GroupReadAck.getTimestamp ( )

Get the timestamp to send group message read ack

Returns
Timestamp to send group message read ack

The documentation for this class was generated from the following file: