MultiTransformation
A transformation that applies one or more transformations in iteration order to a resource.
Parameters
<T>
The type of com.bumptech.glide.load.engine.Resource that will be transformed.
Constructors
Link copied to clipboard
Link copied to clipboard
open fun MultiTransformation(transformationList: Collection<out Transformation<T>>)
Content copied to clipboard