-
- All Implemented Interfaces:
public final class ImageComponentExtensionsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static List<ImagePlugin>imagePlugins
-
Method Summary
Modifier and Type Method Description final List<ImagePlugin>getImagePlugins()final static UnitComposeLoadingStatePlugins(ImageComponent $self, Modifier modifier, ImageOptions imageOptions)Runs image plugins from the given ImageComponent that will be run in a loading state. final static UnitComposeSuccessStatePlugins(ImageComponent $self, Modifier modifier, Object imageModel, ImageOptions imageOptions, ImageBitmap imageBitmap)Runs image plugins from the given ImageComponent that will be run in a success state. final static UnitComposeFailureStatePlugins(ImageComponent $self, Modifier modifier, ImageOptions imageOptions, Throwable reason)Runs image plugins from the given ImageComponent that will be run in a failure state. -
-
Method Detail
-
getImagePlugins
final List<ImagePlugin> getImagePlugins()
-
ComposeLoadingStatePlugins
@Composable() final static Unit ComposeLoadingStatePlugins(ImageComponent $self, Modifier modifier, ImageOptions imageOptions)
Runs image plugins from the given ImageComponent that will be run in a loading state.
-
ComposeSuccessStatePlugins
@Composable() final static Unit ComposeSuccessStatePlugins(ImageComponent $self, Modifier modifier, Object imageModel, ImageOptions imageOptions, ImageBitmap imageBitmap)
Runs image plugins from the given ImageComponent that will be run in a success state.
-
ComposeFailureStatePlugins
@Composable() final static Unit ComposeFailureStatePlugins(ImageComponent $self, Modifier modifier, ImageOptions imageOptions, Throwable reason)
Runs image plugins from the given ImageComponent that will be run in a failure state.
-
-
-
-