underwave / com.aallam.underwave.extension / android.widget.ImageView / insert

insert

(android) suspend fun ImageView.insert(imageUrl: String): Request

A suspendable method to load an image to an ImageView using the caller’s coroutine scope.

Parameters

imageUrl - image url to be loaded.

Return object representing the requested operation.