InstructionTarget

open class InstructionTarget : Target

Constructors

InstructionTarget
Link copied to clipboard
open fun InstructionTarget(textView: TextView, instructionSpannable: Spannable, shields: List<BannerShield>, shield: BannerShield, instructionLoadedCallback: InstructionTarget.InstructionLoadedCallback)

Types

InstructionLoadedCallback
Link copied to clipboard
interface InstructionLoadedCallback

Functions

onBitmapFailed
Link copied to clipboard
open fun onBitmapFailed(exception: Exception, errorDrawable: Drawable)
abstract fun onBitmapFailed(p: Exception, p1: Drawable)
onBitmapLoaded
Link copied to clipboard
open fun onBitmapLoaded(bitmap: Bitmap, from: Picasso.LoadedFrom)
abstract fun onBitmapLoaded(p: Bitmap, p1: Picasso.LoadedFrom)
onPrepareLoad
Link copied to clipboard
open fun onPrepareLoad(placeHolderDrawable: Drawable)
abstract fun onPrepareLoad(p: Drawable)

Properties

shield
Link copied to clipboard
private open val shield: BannerShield