public interface YfyProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
onProgressChanged(long numBytes,
long totalBytes,
String speed)
Invoked when the progress of the API call(usually upload and download) changes.
|
void onProgressChanged(long numBytes,
long totalBytes,
String speed)
numBytes - Number of bytes completedtotalBytes - Total number of bytesspeed - Transport speed during a intervalCopyright © 2017 YiFangYun. All rights reserved.