IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMMessageReactionResult

Public Member Functions

int getResultCode ()
 
String getResultInfo ()
 
String getMessageID ()
 
List< V2TIMMessageReactiongetReactionList ()
 
String toString ()
 

Member Function Documentation

◆ getResultCode()

int getResultCode ( )
inline

Get result code

◆ getResultInfo()

String getResultInfo ( )
inline

Get result info

◆ getMessageID()

String getMessageID ( )
inline

Get unique ID of the message

◆ getReactionList()

List<V2TIMMessageReaction> getReactionList ( )
inline

Get message reaction list

◆ toString()

String toString ( )
inline