hyphenate_SDK3.0  3.8.6.1
hyphenate java IM SDK
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

◆ getAckId()

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

Get read ack id of group message

Returns
read ack id

◆ getContent()

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

◆ getCount()

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

◆ getFrom()

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

Get username who sends the read ack

Returns
Sender id

◆ getMsgId()

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

Get group message id

Returns
Group message id

◆ getTimestamp()

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: