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 observeBonsaiProcessStatusUseCase: ObserveBonsaiProcessStatusUseCase, val interruptGenerationUseCase: InterruptGenerationUseCase, val fileProviderDescriptor: FileProviderDescriptor, val activityIntentProvider: ActivityIntentProvider) : WorkerFactory
WorkManager factory that wires SDAI generation workers with app services.
Link copied to clipboard
Executes the function step in the SDAI background work feature layer.