-
public interface GraphRequest.GraphJSONObjectCallbackCallback for requests that result in a JSONObject.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCompleted(JSONObject obj, GraphResponse response)The method that will be called when the request completes. -
-
Method Detail
-
onCompleted
abstract Unit onCompleted(JSONObject obj, GraphResponse response)
The method that will be called when the request completes.
- Parameters:
obj- the GraphObject representing the returned object, or nullresponse- the Response of this request, which may include error information if the request was unsuccessful
-
-
-
-