Request.OnProgressCallback
Questa classe non è più disponibile nella versione più recente dell'SDK.
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Specifies the interface that consumers of the Request class can implement in order to be notified when a progress is made on a particular request. The frequency of the callbacks can be controlled using Settings.setOnProgressThreshold(long)

Implementazioni:Callback
Pacchetto:facebook
Metodi di istanza
onProgress(long, long)

The method that will be called when progress is made.

public void onProgress(long current, long max)
ParametroDescrizione
currentThe current value of the progress of the request.
maxThe maximum value (target) value that the progress will have.