hyphenate_SDK3.0  3.8.5
hyphenatejavaIMSDK
Public Member Functions | List of all members
com.hyphenate.chat.EMGroupReadAck Class Reference

Inherits com.hyphenate.chat.EMBase< T >.

Public Member Functions

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

Detailed Description

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

Member Function Documentation

String com.hyphenate.chat.EMGroupReadAck.getAckId ( )

Get read ack id of group message

Returns
read ack id
String com.hyphenate.chat.EMGroupReadAck.getContent ( )

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

Returns
Extend content by read ack
int com.hyphenate.chat.EMGroupReadAck.getCount ( )

Get the order in which group read ack is sent

Returns
Order in which group read ack is sent
String com.hyphenate.chat.EMGroupReadAck.getFrom ( )

Get username who sends the read ack

Returns
Sender id
String com.hyphenate.chat.EMGroupReadAck.getMsgId ( )

Get group message id

Returns
Group message id
long com.hyphenate.chat.EMGroupReadAck.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: