Android SDK Version


public interface GraphRequest.GraphJSONObjectCallback
Callback for requests that result in a JSONObject.
Method Summary
Modifier and TypeMethodDescription
abstract UnitonCompleted(JSONObject obj, 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(JSONObject obj, GraphResponse response)
The method that will be called when the request completes.
Parameters:
obj - the GraphObject representing the returned object, or null
response - the Response of this request, which may include error information if the request was unsuccessful