Package-level declarations
Types
Link copied to clipboard
A worker that delegates sync to another CoroutineWorker constructed with a HiltWorkerFactory.
Link copied to clipboard
interface HiltWorkerFactoryEntryPoint
An entry point to retrieve the HiltWorkerFactory at runtime
Link copied to clipboard
class SyncWorker @AssistedInject constructor(@Assisted context: Context, @Assisted workerParameters: WorkerParameters, ioDispatcher: CoroutineDispatcher, homeRepository: HomeRepository) : CoroutineWorker
Worker to sync data.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard