Package-level declarations

Types

Link copied to clipboard
internal abstract class CoreGenerationWorker(context: Context, workerParameters: WorkerParameters, pushNotificationManager: PushNotificationManager, activityIntentProvider: ActivityIntentProvider, val preferenceManager: PreferenceManager, val backgroundWorkObserver: BackgroundWorkObserver, val observeHordeProcessStatusUseCase: ObserveHordeProcessStatusUseCase, val observeLocalDiffusionProcessStatusUseCase: ObserveLocalDiffusionProcessStatusUseCase, val interruptGenerationUseCase: InterruptGenerationUseCase) : NotificationWorker

Coordinates CoreGenerationWorker behavior in the SDAI background work feature layer.

Link copied to clipboard
internal abstract class NotificationWorker(context: Context, workerParameters: WorkerParameters, val pushNotificationManager: PushNotificationManager, val activityIntentProvider: ActivityIntentProvider) : CoroutineWorker

Coordinates NotificationWorker behavior in the SDAI background work feature layer.