public interface ImageLoadingProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
onProgressUpdate(String imageUri,
android.view.View view,
int current,
int total)
Is called when image loading progress changed.
|
void onProgressUpdate(String imageUri, android.view.View view, int current, int total)
imageUri - Image URIview - View for image. Can be null.current - Downloaded size in bytestotal - Total size in bytesCopyright © 2011-2015. All Rights Reserved.