Package coil
Types
Component Registry
Link copied to clipboard
class ComponentRegistry
Content copied to clipboard
Registry for all the components that an ImageLoader uses to fulfil image requests.
Event Listener
Link copied to clipboard
A listener for tracking the progress of an image request. This class is useful for measuring analytics, performance, or other metrics tracking.
Image Loader
Link copied to clipboard
interface ImageLoader
Content copied to clipboard
A service class that loads images by executing ImageRequests. Image loaders handle caching, data fetching, image decoding, request management, bitmap pooling, memory management, and more.
Functions
execute Blocking
Link copied to clipboard
Execute the request and block the current thread until it completes.