-
public interface ImageRequest.Callback
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCompleted(ImageResponse response)This method should always be called on the UI thread. -
-
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
-
-
-
-