Builder
class Builder
Content copied to clipboard
Constructors
Builder
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
allowConversionToBitmap
Link copied to clipboard
allowHardware
Link copied to clipboard
allowRgb565
Link copied to clipboard
bitmapConfig
Link copied to clipboard
build
Link copied to clipboard
colorSpace
Link copied to clipboard
Set the preferred ColorSpace.
decoderDispatcher
Link copied to clipboard
decoderFactory
Link copied to clipboard
defaults
Link copied to clipboard
diskCacheKey
Link copied to clipboard
diskCachePolicy
Link copied to clipboard
dispatcher
Link copied to clipboard
fetcherDispatcher
Link copied to clipboard
fetcherFactory
Link copied to clipboard
inline fun <T : Any> fetcherFactory(factory: Fetcher.Factory<T>): <ERROR CLASS>
Content copied to clipboard
Use factory to handle fetching any image data.
fun <T : Any> fetcherFactory(factory: Fetcher.Factory<T>, type: Class<T>): <ERROR CLASS>
Content copied to clipboard
Use factory to handle fetching any image data.
interceptorDispatcher
Link copied to clipboard
fun interceptorDispatcher(dispatcher: CoroutineDispatcher): <ERROR CLASS>
Content copied to clipboard
listener
Link copied to clipboard
inline fun listener(crossinline onStart: (request: ImageRequest) -> Unit = {}, crossinline onCancel: (request: ImageRequest) -> Unit = {}, crossinline onError: (request: ImageRequest, result: ErrorResult) -> Unit = { _, _ -> }, crossinline onSuccess: (request: ImageRequest, result: SuccessResult) -> Unit = { _, _ -> }): <ERROR CLASS>
Content copied to clipboard
Convenience function to create and set the Listener.
memoryCacheKey
Link copied to clipboard
memoryCachePolicy
Link copied to clipboard
networkCachePolicy
Link copied to clipboard
parameters
Link copied to clipboard
placeholder
Link copied to clipboard
placeholderMemoryCacheKey
Link copied to clipboard
premultipliedAlpha
Link copied to clipboard
removeHeader
Link copied to clipboard
removeParameter
Link copied to clipboard
scale
Link copied to clipboard
Set the scaling algorithm that will be used to fit/fill the image into the size provided by sizeResolver.
setParameter
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
size
Link copied to clipboard
target
Link copied to clipboard
transformationDispatcher
Link copied to clipboard
fun transformationDispatcher(dispatcher: CoroutineDispatcher): <ERROR CLASS>
Content copied to clipboard
transformations
Link copied to clipboard
fun transformations(vararg transformations: Transformation): <ERROR CLASS>
Content copied to clipboard
Set the list of Transformations to be applied to this request.
fun transformations(transformations: List<Transformation>): <ERROR CLASS>
Content copied to clipboard
Set the list of Transformations to be applied to this request.
transitionFactory
Link copied to clipboard