public interface ImageLoadingProgressListener
Modifier and Type | Method and Description |
---|---|
void |
onProgressUpdate(java.lang.String imageUri,
android.view.View view,
int current,
int total)
Is called when image loading progress changed.
|
void onProgressUpdate(java.lang.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 bytes