hyphenate_SDK4.0 5.0.0
hyphenate java IM SDK
 
Loading...
Searching...
No Matches
com.hyphenate.chat.EMGroupReadReceipt Class Reference

Public Member Functions

String getAckId ()
 
String getMsgId ()
 
EMGroupMemberInfo getFrom ()
 
int getCount ()
 
long getTimestamp ()
 

Detailed Description

Returns read recipients for group messages. Calls EMChatManager#asyncFetchGroupMessageReadReceipts(String, int, String, EMValueCallBack) to return the requested result, for example:

EMClient.getInstance().chatManager().asyncFetchGroupMessageReadReceipts(msgId, pageSize, startAckId, callBack);
void asyncFetchGroupMessageReadReceipts(final String msgId, final int pageSize, final String startAckId, final EMValueCallBack< EMCursorResult< EMGroupReadReceipt > > callBack)
Definition EMChatManager.java:2855
Definition EMClient.java:100

Member Function Documentation

◆ getAckId()

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

Gets the read receipt ID of group messages.

Returns
The read receipt ID.

◆ getCount()

int com.hyphenate.chat.EMGroupReadReceipt.getCount ( )

Gets the number of read receipts of group messages.

Returns
The number of read receipts of group messages.

◆ getFrom()

EMGroupMemberInfo com.hyphenate.chat.EMGroupReadReceipt.getFrom ( )

Gets the group member info of the user who sends the read receipt.

Returns
The sender group member info.

◆ getMsgId()

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

Returns the group message ID.

Returns
The group message ID.

◆ getTimestamp()

long com.hyphenate.chat.EMGroupReadReceipt.getTimestamp ( )

Gets the timestamp of sending read receipts of group messages.

Returns
The timestamp of sending read receipts of group messages.

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