public static interface AliMediaDownloader.OnProgressListener
Modifier and Type | Method and Description |
---|---|
void |
onDownloadingProgress(int percent)
The download progress in percentage.
|
void |
onProcessingProgress(int percent)
The processing progress in percentage.
|
void onDownloadingProgress(int percent)
percent
- The returned percentage value.void onProcessingProgress(int percent)
percent
- The returned percentage value.