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