-
public final class ImageLoaders
-
-
Method Summary
Modifier and Type Method Description final static ImageLoadercreate(Context context)Create a new ImageLoader without configuration. final static ImageResultexecuteBlocking(ImageLoader $self, ImageRequest request)Execute the request and block the current thread until it completes. -
-
Method Detail
-
create
final static ImageLoader create(Context context)
Create a new ImageLoader without configuration.
-
executeBlocking
final static ImageResult executeBlocking(ImageLoader $self, ImageRequest request)
Execute the request and block the current thread until it completes.
-
-
-
-