Package-level declarations
Types
Link copied to clipboard
A proxy Worker that delegates work to another CoroutineWorker created via HiltWorkerFactory.
Link copied to clipboard
interface HiltWorkerFactoryEntryPoint
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard