Package 

Interface GraphRequest.GraphJSONObjectCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCompleted(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 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 null
        response - the Response of this request, which may include error information if the request was unsuccessful