IMSDK
即时通信 IM 提供全球接入、单聊、群聊、消息推送、资料关系链托管、账号鉴权等全方位解决方案,并提供完备的 App 接入、后台管理接口。
V2TIMMessageReceipt

详细描述

消息已读回执

Public 成员函数

String getMsgID ()
 
String getUserID ()
 
boolean isPeerRead ()
 
long getTimestamp ()
 
String getGroupID ()
 
long getReadCount ()
 
long getUnreadCount ()
 

成员函数说明

◆ getMsgID()

String getMsgID ( )
inline

消息 ID

◆ getUserID()

String getUserID ( )
inline

C2C 消息接收对象

◆ isPeerRead()

boolean isPeerRead ( )
inline

C2C 对端消息是否已读

◆ getTimestamp()

long getTimestamp ( )
inline

C2C 对端已读的时间 如果 msgID 为空,该字段表示对端用户标记会话已读的时间 如果 msgID 不为空,该字段表示对端用户发送消息已读回执的时间(8.1 及以上版本支持)

◆ getGroupID()

String getGroupID ( )
inline

群 ID

◆ getReadCount()

long getReadCount ( )
inline

群消息已读人数

◆ getUnreadCount()

long getUnreadCount ( )
inline

群消息未读人数