RequestBatch.OnProgressCallback
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

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

عمليات التنفيذ:Callback
الحزمة:facebook
طرق المثيلات
onBatchProgress(RequestBatch, long, long)

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

public void onBatchProgress(RequestBatch batch, long current, long max)
المعلمةالوصف
batchThe RequestBatch containing the Requests which were executed
currentThe current value of the progress
maxThe max (target) value of the progress