public static interface GraphRequestBatch.OnProgressCallback extends GraphRequestBatch.Callback
FacebookSdk.setOnProgressThreshold(long).| Modifier and Type | Method and Description |
|---|---|
void |
onBatchProgress(GraphRequestBatch batch,
long current,
long max)
The method that will be called when a batch makes progress.
|
onBatchCompletedvoid onBatchProgress(GraphRequestBatch batch, long current, long max)
batch - the RequestBatch containing the Requests which were executedcurrent - the current value of the progressmax - the max (target) value of the progress