Package-level declarations

Types

Link copied to clipboard
class ImageAndroidRetriever @Inject constructor(contentResolver: ContentResolver) : ImageRetriever

An implementation of the ImageRetriever interface that utilizes the Android system's ContentResolver to retrieve and process image data from provided URIs. This class operates asynchronously and emits successfully processed images through a returned Flow of Image objects.