Request.GraphUserListCallback
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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.

Package:facebook
Instance-Methoden
onCompleted(List, Response)

The method that will be called when the request completes.

public void onCompleted(List users, Response response)
ParameterBeschreibung
usersThe list of GraphObjects representing the returned friends, or null
responseThe Response of this request, which may include error information if the request was unsuccessful