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