Android SDK Version


public interface ImageRequest.Callback
Method Summary
Modifier and TypeMethodDescription
abstract UnitonCompleted(ImageResponse response) This method should always be called on the UI thread.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

onCompleted

 abstract UnitonCompleted(ImageResponse response)
This method should always be called on the UI thread. ImageDownloader makes sure to do this when it is responsible for issuing the ImageResponse