-
public final class ImageViewExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitloadUrl(ImageView $self, Drawable placeholder, Drawable error, Boolean isCircle, Float radius, Float topLeft, Float topRight, Float bottomLeft, Float bottomRight, @DrawableRes() Integer defaultImage)final static UnitloadUrl(ImageView $self, String imageUrl, String baseUrl, Drawable placeholder, Drawable error, Boolean isCircle, Float radius, Float topLeft, Float topRight, Float bottomLeft, Float bottomRight, Drawable defaultImage)final static StringmadeImageUrl(String baseUrl, String imageUrl)-
-
Method Detail
-
loadUrl
final static Unit loadUrl(ImageView $self, Drawable placeholder, Drawable error, Boolean isCircle, Float radius, Float topLeft, Float topRight, Float bottomLeft, Float bottomRight, @DrawableRes() Integer defaultImage)
-
loadUrl
final static Unit loadUrl(ImageView $self, String imageUrl, String baseUrl, Drawable placeholder, Drawable error, Boolean isCircle, Float radius, Float topLeft, Float topRight, Float bottomLeft, Float bottomRight, Drawable defaultImage)
-
madeImageUrl
final static String madeImageUrl(String baseUrl, String imageUrl)
-
-
-
-