Friend List Query
class FriendListQuery
A class representing query to retrieve lists related to friend.
Properties
Functions
Link copied to clipboard
Gets the list of friends. The queried result is passed to handler
as List
. If this method is repeatedly called after each next()
is finished, it retrieves the following pages of the friends list. If there is no more pages to be read, an empty List
(not null
) is returned to handler
.