GraphRequestBatch.OnProgressCallback
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière 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 FacebookSdk.setOnProgressThreshold(long).

Implémentations :Callback
Package :facebook
Méthodes d’instance
onBatchProgress(GraphRequestBatch, long, long)

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

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