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

Public 成员函数

String getReactionID ()
 
int getTotalUserCount ()
 
List< V2TIMUserInfogetPartialUserList ()
 
boolean getReactedByMyself ()
 
String toString ()
 

Protected 成员函数

void setMessageReaction (MessageReaction messageReaction)
 

成员函数说明

◆ setMessageReaction()

void setMessageReaction ( MessageReaction  messageReaction)
inlineprotected

◆ getReactionID()

String getReactionID ( )
inline

获取消息回应 ID

◆ getTotalUserCount()

int getTotalUserCount ( )
inline

获取使用同一个 reactionID 回应消息的总的用户个数

◆ getPartialUserList()

List<V2TIMUserInfo> getPartialUserList ( )
inline

获取使用同一个 reactionID 回应消息的部分用户列表(用户列表数量取决于调用 getMessageReactions 接口时设置的 maxUserCountPerReaction 值)

◆ getReactedByMyself()

boolean getReactedByMyself ( )
inline

自己是否使用了该 reaction

◆ toString()

String toString ( )
inline