Package-level declarations
Types
Link copied to clipboard
internal abstract class CoreGenerationRepository(mediaStoreGateway: MediaStoreGateway, val localDataSource: GenerationResultDataSource.Local, val preferenceManager: PreferenceManager, val backgroundWorkObserver: BackgroundWorkObserver) : CoreMediaStoreRepository
Coordinates CoreGenerationRepository behavior in the SDAI data layer.
Link copied to clipboard
internal abstract class CoreMediaStoreRepository(val preferenceManager: PreferenceManager, val mediaStoreGateway: MediaStoreGateway)
Coordinates CoreMediaStoreRepository behavior in the SDAI data layer.