StreamImage
Wrapper around the CoilImage that plugs in our LocalStreamImageLoader singleton that can be used to customize all image loading requests, like adding headers, interceptors and similar.
Parameters
The data model to request image. See ImageRequest.Builder.data for types allowed.
Modifier used to adjust the layout or drawing content.
An image component that conjuncts pluggable ImagePlugins.
A class for monitoring the status of a request while images load.
Represents parameters to load generic Image Composable.
An image state change listener will be triggered whenever the image state is changed.
A painter that is specifically rendered when this function operates in preview mode.
Content to be displayed when the request is in progress.
Content to be displayed when the request is succeeded.
Content to be displayed when the request is failed.
Wrapper around the CoilImage that plugs in our LocalStreamImageLoader singleton that can be used to customize all image loading requests, like adding headers, interceptors and similar.
Parameters
The ImageRequest used to load the given image.
Modifier used to adjust the layout or drawing content.
An image component that conjuncts pluggable ImagePlugins.
Represents parameters to load generic Image Composable.
An image state change listener will be triggered whenever the image state is changed.
A painter that is specifically rendered when this function operates in preview mode.
Content to be displayed when the request is in progress.
Content to be displayed when the request is succeeded.
Content to be displayed when the request is failed.