public static interface GraphRequest.GraphJSONArrayCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(org.json.JSONArray objects,
GraphResponse response)
The method that will be called when the request completes.
|
void onCompleted(org.json.JSONArray objects,
GraphResponse response)
objects - the list of GraphObjects representing the returned objects, or nullresponse - the Response of this request, which may include error information if the
request was unsuccessful