hyphenate_SDK4.0 4.16.1
hyphenate java IM SDK
 
Loading...
Searching...
No Matches
com.hyphenate.chat.EMGroupReadAck Class Reference

Public Member Functions

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

Detailed Description

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

EMCursorResult<EMGroupReadAck> result = EMClient.getInstance().chatManager().fetchGroupReadAcks(msgId, pageSize, startAckId);
EMCursorResult< EMGroupReadAck > fetchGroupReadAcks(String msgId, int pageSize, String startAckId)
Definition EMChatManager.java:2441
Definition EMClient.java:100
Definition EMCursorResult.java:55

Member Function Documentation

◆ getAckId()

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

Gets the read receipt ID of group messages.

Returns
The read receipt ID.

◆ getContent()

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

Gets the read receipt extension. Sends the read receipt passed as the third parameter in EMChatManager#ackGroupMessageRead(String, String, String).

Returns
The read receipt extension.

◆ getCount()

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

Gets the order in which read receipts of group messages are sent.

Returns
The order in which read receipts of group messages are sent.

◆ getFrom()

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

Gets the ID of user who sends the read receipt.

Returns
The sender ID.

◆ getMsgId()

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

Returns the group message ID.

Returns
The group message ID.

◆ getTimestamp()

long com.hyphenate.chat.EMGroupReadAck.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: