GraphRequest.GraphJSONArrayCallback
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Callback for requests that result in an array of JSONObjects.

패키지:facebook
인스턴스 메서드
onCompleted(JSONArray, GraphResponse)

The method that will be called when the request completes.

public void onCompleted(JSONArray objects, GraphResponse response)
매개변수설명
objectsThe list of GraphObjects representing the returned objects, or null
responseThe Response of this request, which may include error information if the request was unsuccessful