com.facebook
Interface Request.GraphUserListCallback
- Enclosing class:
- Request
public static interface Request.GraphUserListCallback
Specifies the interface that consumers of
Request.executeMyFriendsRequestAsync(Session, com.facebook.Request.GraphUserListCallback)
can use to be notified when the request completes, either successfully or with an error.
onCompleted
void onCompleted(List<GraphUser> users,
Response response)
- The method that will be called when the request completes.
- Parameters:
users
- the list of GraphObjects representing the returned friends, or nullresponse
- the Response of this request, which may include error information if the request was unsuccessful