getFriends

public abstract void getFriends(QueryFriendsDirectionType type, IRongCoreCallback.ResultCallback<List<FriendInfo>> callback)

Get the complete friend list

Parameters

type

The direction type of friends: bidirectional friends. Refer to

callback

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