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

Specifies the interface that consumers of the RequestBatch class can implement in order to be notified when the entire batch completes execution. It will be called after all per-Request callbacks are called.

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

The method that will be called when a batch completes.

public void onBatchCompleted(RequestBatch batch)
พารามิเตอร์คำอธิบาย
batchThe RequestBatch containing the Requests which were executed