TargetBuilder

interface TargetBuilder : BaseTargetBuilder

Interface to build Target with Kotlin DSL.

See also

Functions

onFailed
Link copied to clipboard
abstract fun onFailed(onFailed: (Exception, Drawable?) -> Unit)
Invoked when image failed to load.
onLoaded
Link copied to clipboard
abstract fun onLoaded(onLoaded: (Bitmap, from: Picasso.LoadedFrom) -> Unit)
Invoked when image is successfully loaded.
onPrepare
Link copied to clipboard
abstract fun onPrepare(onPrepare: (Drawable?) -> Unit)
Invoked when image has started loading.