Package-level declarations

Types

Link copied to clipboard
abstract class SupportCoroutineWorker(context: Context, workerParameters: WorkerParameters) : CoroutineWorker

A androidx.work.ListenableWorker implementation that provides interop with Kotlin Coroutines. Override the CoroutineWorker.doWork function to do your suspending work.

Link copied to clipboard
abstract class SupportWorker(context: Context, workerParameters: WorkerParameters) : Worker

A class that performs work synchronously on a background thread provided by androidx.work.WorkManager.