getFriendsInfo

public abstract void getFriendsInfo(List<String> userIds, IRongCoreCallback.ResultCallback<List<FriendInfo>> callback)

Search for friend information based on user IDs

Parameters

userIds

List of user IDs, with a maximum of 100 friend information retrievable at once

callback

The result is returned through this callback after the operation is completed.