hyphenate_SDK4.0 4.8.0
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

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

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: