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