Package 

Interface GraphRequest.GraphJSONArrayCallback

    • Method Summary

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