OnGuidanceImageDownload

interface OnGuidanceImageDownload

Callback that is triggered based on appropriate state of image downloading

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onFailure
Link copied to clipboard
abstract fun onFailure(message: String?)
Triggered when there is a failure to download the image
onGuidanceImageReady
Link copied to clipboard
abstract fun onGuidanceImageReady(bitmap: Bitmap)
Triggered when the image has been downloaded and is ready to be used.
onNoGuidanceImageUrl
Link copied to clipboard
abstract fun onNoGuidanceImageUrl()
Triggered when their is no URL to render
toString
Link copied to clipboard
open fun toString(): String