Package com.skydoves.landscapist.plugins
See: Description
-
Interface Summary Interface Description PainterPlugin A pinter plugin interface to be composed with the given Painter. LoadingStatePlugin A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Loading. SuccessStatePlugin A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Success. FailureStatePlugin A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Failure. ImagePlugin A pluggable compose interface that will be executed for loading images.