Package com.skydoves.landscapist.plugins
Interface ImagePlugin.FailureStatePlugin
-
- All Implemented Interfaces:
-
com.skydoves.landscapist.plugins.ImagePlugin
public interface ImagePlugin.FailureStatePlugin implements ImagePlugin
A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Failure.
-
-
Method Summary
Modifier and Type Method Description abstract ImagePlugincompose(Modifier modifier, ImageOptions imageOptions, Throwable reason)A composable that will be executed depending on the loading states. -
-
Method Detail
-
compose
@Composable() abstract ImagePlugin compose(Modifier modifier, ImageOptions imageOptions, Throwable reason)
A composable that will be executed depending on the loading states.
-
-
-
-