Request.Callback
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

Specifies the interface that consumers of the Request class can implement in order to be notified when a particular request completes, either successfully or with an error.

แพ็คเกจ:facebook
วิธีการแบบอินสแตนซ์
onCompleted(Response)

The method that will be called when a request completes.

public void onCompleted(Response response)
พารามิเตอร์คำอธิบาย
responseThe Response of this request, which may include error information if the request was unsuccessful