RequestBatch.OnProgressCallback
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Specifies the interface that consumers of the RequestBatch class can implement in order to be notified when the batch makes progress. The frequency of the callbacks can be controlled using Settings.setOnProgressThreshold(long).

구현:Callback
패키지:facebook
인스턴스 메서드
onBatchProgress(RequestBatch, long, long)

The method that will be called when a batch makes progress.

public void onBatchProgress(RequestBatch batch, long current, long max)
매개변수설명
batchThe RequestBatch containing the Requests which were executed
currentThe current value of the progress
maxThe max (target) value of the progress