BaseTargetBuilder

interface BaseTargetBuilder

Partial target builder, extended in pikasso-palette as well.

Functions

onFailed
Link copied to clipboard
abstract fun onFailed(onFailed: (Exception, Drawable?) -> Unit)
Invoked when image failed to load.
onPrepare
Link copied to clipboard
abstract fun onPrepare(onPrepare: (Drawable?) -> Unit)
Invoked when image has started loading.

Inheritors

TargetBuilder
Link copied to clipboard