public static interface GraphRequest.OnProgressCallback extends GraphRequest.Callback
FacebookSdk.setOnProgressThreshold(long)| Modifier and Type | Method and Description |
|---|---|
void |
onProgress(long current,
long max)
The method that will be called when progress is made.
|
onCompleted