public interface ProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
onProgressChanged(long numBytes,
long totalBytes)
Invoked when the progress of the API call changes.
|
void onProgressChanged(long numBytes, long totalBytes)
numBytes - the number of bytes completed.totalBytes - the total number of bytes.