Package-level declarations
Types
Link copied to clipboard
class SdaiWorkerFactory(val backgroundWorkObserver: BackgroundWorkObserver, val pushNotificationManager: PushNotificationManager, val preferenceManager: PreferenceManager, val textToImageUseCase: TextToImageUseCase, val imageToImageUseCase: ImageToImageUseCase, val observeHordeProcessStatusUseCase: ObserveHordeProcessStatusUseCase, val observeLocalDiffusionProcessStatusUseCase: ObserveLocalDiffusionProcessStatusUseCase, val interruptGenerationUseCase: InterruptGenerationUseCase, val fileProviderDescriptor: FileProviderDescriptor, val activityIntentProvider: ActivityIntentProvider) : WorkerFactory
Coordinates SdaiWorkerFactory behavior in the SDAI background work feature layer.
Link copied to clipboard
Executes the function step in the SDAI background work feature layer.