Interface ImageLoader
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ImageLoader
-
-
Method Summary
Modifier and Type Method Description abstract Unitload(String url, SuspendFunction1<Bitmap, Unit> onSuccess, SuspendFunction1<Throwable, Unit> onError)-
-
Method Detail
-
load
abstract Unit load(String url, SuspendFunction1<Bitmap, Unit> onSuccess, SuspendFunction1<Throwable, Unit> onError)
-
-
-
-