userList property

List<String> userList
final

~english The list of users that added this Reaction

Note To get the entire list of users adding this Reaction, you can call EMChatManager.fetchReactionDetail which returns the user list with pagination. Other methods like EMMessage.reactionList, EMChatManager.fetchReactionList or EMChatEventHandler.onMessageReactionDidChange can get the first three users. ~end

~chinese 添加了指定 Reaction 的用户列表。 ~end

Implementation

final List<String> userList;