public static interface Request.GraphPlaceListCallback
Request.executePlacesSearchRequestAsync(Session, android.location.Location, int, int, String, com.facebook.Request.GraphPlaceListCallback)
can use to be notified when the request completes, either successfully or with an error.| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(List<GraphPlace> places,
Response response)
The method that will be called when the request completes.
|
void onCompleted(List<GraphPlace> places, Response response)
places - the list of GraphObjects representing the returned places, or nullresponse - the Response of this request, which may include error information if the request was unsuccessfulCopyright © 2013. All Rights Reserved.