Android SDK Version


public interface GraphRequest.GraphJSONArrayCallback
Callback for requests that result in an array of JSONObjects.
Method Summary
Modifier and TypeMethodDescription
abstract UnitonCompleted(JSONArray objects, GraphResponse response) The method that will be called when the request completes.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

onCompleted

 abstract UnitonCompleted(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 null
response - the Response of this request, which may include error information if the request was unsuccessful