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
fun interface WorkManagerProvider

Executes the function step in the SDAI background work feature layer.

Properties

Link copied to clipboard

Exposes the backgroundWorkModule value used by the SDAI background work feature layer.