Request.OnProgressCallback
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

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)

执行:Callback
应用安装包:facebook
实例方法
onProgress(long, long)

The method that will be called when progress is made.

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