RequestBatch.OnProgressCallback
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

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).

Implements:Callback
Package:facebook
Instance Methods
onBatchProgress(RequestBatch, long, long)

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

public void onBatchProgress(RequestBatch batch, long current, long max)
ParameterDescription
batchThe RequestBatch containing the Requests which were executed
currentThe current value of the progress
maxThe max (target) value of the progress