target

fun target(imageView: ImageView): ImageRequest.Builder

Convenience function to set imageView as the Target.

inline fun target(crossinline onStart: (placeholder: Drawable?) -> Unit = {}, crossinline onError: (error: Drawable?) -> Unit = {}, crossinline onSuccess: (result: Drawable) -> Unit = {}): ImageRequest.Builder

Convenience function to create and set the Target.

fun target(target: Target?): ImageRequest.Builder

Set the Target.