underwave / com.aallam.underwave / Underwave / load

load

(android) fun load(imageUrl: String, imageView: ImageView): Request

Load imageUrl into imageView.

Parameters

imageUrl - image url to be loaded.

imageView - image view to load the image into.

Return object representing the requested operation.