Class PlaceholderPlugin.Loading
-
- All Implemented Interfaces:
-
com.skydoves.landscapist.plugins.ImagePlugin,com.skydoves.landscapist.plugins.ImagePlugin.LoadingStatePlugin
public final class PlaceholderPlugin.Loading extends PlaceholderPlugin implements ImagePlugin.LoadingStatePlugin
A pluggable loading placeholder that will be rendered depending on the image loading states is ImageLoadState.Loading.
-
-
Constructor Summary
Constructors Constructor Description PlaceholderPlugin.Loading(Object source)
-
Method Summary
Modifier and Type Method Description final ObjectgetSource()One of source of ImageBitmap, ImageVector, or Painter to render Image Composable. ImagePlugincompose(Modifier modifier, ImageOptions imageOptions, Function1<IntSize, Unit> executor)-
-
Constructor Detail
-
PlaceholderPlugin.Loading
PlaceholderPlugin.Loading(Object source)
-
-
Method Detail
-
getSource
final Object getSource()
One of source of ImageBitmap, ImageVector, or Painter to render Image Composable.
-
compose
@Composable() ImagePlugin compose(Modifier modifier, ImageOptions imageOptions, Function1<IntSize, Unit> executor)
-
-
-
-