Package-level declarations

Types

Link copied to clipboard
class DelegatingWorker(appContext: Context, workerParams: WorkerParameters) : CoroutineWorker

A proxy Worker that delegates work to another CoroutineWorker created via HiltWorkerFactory.

Link copied to clipboard

Hilt entry point for accessing HiltWorkerFactory at runtime.

Link copied to clipboard
class SyncWorker @AssistedInject constructor(@Assisted context: Context, @Assisted workerParameters: WorkerParameters, ioDispatcher: CoroutineDispatcher, homeRepository: HomeRepository) : CoroutineWorker

WorkManager worker that synchronizes local data with Firebase Firestore in the background.