-
public interface Interceptor.Chain
-
-
Method Summary
Modifier and Type Method Description abstract Interceptor.ChainwithSize(Size size)Set the requested Size to load the image at. abstract ImageResultproceed(ImageRequest request)Continue executing the chain. abstract ImageRequestgetRequest()abstract SizegetSize()-
-
Method Detail
-
withSize
abstract Interceptor.Chain withSize(Size size)
Set the requested Size to load the image at.
- Parameters:
size- The requested size for the image.
-
proceed
abstract ImageResult proceed(ImageRequest request)
Continue executing the chain.
- Parameters:
request- The request to proceed with.
-
getRequest
abstract ImageRequest getRequest()
-
-
-
-