Image Data Source
interface ImageDataSource
Interface representing a data source for managing Image objects. This data source could be local storage, a remote server, or another image storage solution.
Inheritors
Functions
Link copied to clipboard
abstract fun retrieveImageWithOptionalAdministrativeUnitName(): Flow<Pair<Image, AdministrativeUnitName?>>
Retrieves a stream (Flow) of pairs containing an Image object and a possibly missing AdministrativeUnitName object. This flow emits whenever a new image is created or the associated administrative unit name is updated.