searchFriendsInfo

public abstract void searchFriendsInfo(String name, IRongCoreCallback.ResultCallback<List<FriendInfo>> callback)

Search for friend information based on nickname

Parameters

name

The nickname keyword of the user. It cannot be empty and must not exceed 64 characters. Pure spaces are not supported.

callback

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