RequestBatch.Callback
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 entire batch completes execution. It will be called after all per-Request callbacks are called.

Package :facebook
Méthodes d’instance
onBatchCompleted(RequestBatch)

The method that will be called when a batch completes.

public void onBatchCompleted(RequestBatch batch)
ParamètreDescription
batchThe RequestBatch containing the Requests which were executed