ripe / com.ripe.android.base / Ripe / bindImage

bindImage

@JvmOverloads fun bindImage(view: ImageView, options: Map<String, Any> = HashMap()): Image

Binds an Image to this Ripe instance.

Parameters

view - The ImageView to be used by the Ripe instance.

options - A map with options to configure the Image instance.

Return
The Image instance created.