SalesforceAsyncImage

@Composable fun SalesforceAsyncImage

Salesforce Coil's AsyncImage

ParameterTypeDescription
dataAny?Set the data to load. The default supported data types are: String (mapped to a Uri), Uri, HttpUrl, File, DrawableRes, Drawable, Bitmap, ByteArray, ByteBuffer
placeHolderDrawableResIdIntSet the placeholder drawable to use when the request starts
errorDrawableResIdIntSet the error drawable to use if the request fails
fallbackDrawableResIdIntSet the fallback drawable to use if data is null
contentScaleContentScaleOptional scale parameter used to determine the aspect ratio scaling to be used if the bounds are a different size from the intrinsic size of the AsyncImagePainter
imageContentDescriptionString?ContentDescription for the AsyncImage
tintColorColor?Tint color for the AsyncImage
modifierModifierModifier for the compose view