GraphRequestBatch.Callback
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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(GraphRequestBatch)

The method that will be called when a batch completes.

public void onBatchCompleted(GraphRequestBatch batch)
매개변수설명
batchThe RequestBatch containing the Requests which were executed