RequestBatch.OnProgressCallback
Cette classe n’est plus disponible dans la version la plus récente du SDK.
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 Settings.setOnProgressThreshold(long).

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

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

public void onBatchProgress(RequestBatch 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