build
abstract fun build(dataSource: DataSource, isFirstResource: Boolean): Transition<R>
Content copied to clipboard
Returns a new Transition.
Parameters
dataSource
The com.bumptech.glide.load.DataSource the resource was loaded from.
isFirstResource
True if this is the first resource to be loaded into the target.