Package 

Interface ImageRequest.Callback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCompleted(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 Unit onCompleted(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