search Friends Info
public abstract void searchFriendsInfo(String name, IRongCoreCallback.ResultCallback<List<FriendInfo>> callback)
根据好友昵称搜索好友信息
Parameters
name
用户昵称关键字,不能为空最长不超过 64 个字符,不支持纯空格。
callback
操作完成后,结果通过此回调返回。
根据好友昵称搜索好友信息
用户昵称关键字,不能为空最长不超过 64 个字符,不支持纯空格。
操作完成后,结果通过此回调返回。