-
public interface GraphRequest.GraphJSONArrayCallbackCallback for requests that result in an array of JSONObjects.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCompleted(JSONArray objects, GraphResponse response)The method that will be called when the request completes. -
-
Method Detail
-
onCompleted
abstract Unit onCompleted(JSONArray objects, GraphResponse response)
The method that will be called when the request completes.
- Parameters:
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
-
-
-
-