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