public interface NetworkProgressListener
Download
and or MediaContent objects in order to monitor
upload/download progress.| Modifier and Type | Method and Description |
|---|---|
void |
onProgressUpdate(long total,
long current)
The implementation of this method will receive the total amount and the current
bytes being pulled/pushed from/to the socket stream.
|