AgoraChatSDK 1.3.1
|
#import <AgoraChatMessageReaction.h>
Properties | |
NSString * | reaction |
NSUInteger | count |
BOOL | isAddedBySelf |
NSArray< NSString * > * | userList |
The message reaction object.
|
readatomicassign |
The count of the users who added this Reaction.
|
readatomicassign |
Whether the current user added this Reaction.
Yes
: Yes;No
: No.
|
readatomicassign |
The Reaction content.
|
readatomicassign |
The list of users that added this Reaction.
Note To get the entire list of users adding this Reaction, you can call getReactionDetail(IAgoraChatManager)
which returns the user list with pagination. Other methods like reactionList(AgoraChatMessage)
, getReactionList(IAgoraChatManager)
or messageReactionDidChange(AgoraChatManagerDelegate)
can get the first three users.