-
public class ImageResultRepresents the result of an executed ImageRequest.
-
-
Field Summary
Fields Modifier and Type Field Description private final Drawabledrawableprivate final ImageRequestrequest
-
Method Summary
Modifier and Type Method Description abstract DrawablegetDrawable()abstract ImageRequestgetRequest()-
-
Method Detail
-
getDrawable
abstract Drawable getDrawable()
-
getRequest
abstract ImageRequest getRequest()
-
-
-
-