GraphRequest.OnProgressCallback
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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