hyphenate_SDK4.0 5.0.0
hyphenate java IM SDK
 
载入中...
搜索中...
未找到
com.hyphenate.chat.EMGroupReadReceipt类 参考

Public 成员函数

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

详细描述

群消息已读回执情况。 通过 EMChatManager#asyncFetchGroupMessageReadReceipts(String, int, String, EMValueCallBack) 请求返回的结果,如下:

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

成员函数说明

◆ getAckId()

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

获取群组消息已读回执 ID。

返回
已读回执 ID。

◆ getCount()

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

获取已读回执的数量。

返回
返回已读回执的数量。

◆ getFrom()

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

获取发送已读回执的群成员信息。

返回
发送者群成员信息。

◆ getMsgId()

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

返回群组消息 ID。

返回
群组消息 ID。

◆ getTimestamp()

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

获取发送已读回执的时间戳。

返回
发送已读回执的时间戳。

该类的文档由以下文件生成: