Skip to content

Instantly share code, notes, and snippets.

@raystatic
Created March 1, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raystatic/9b416b2c681a83ea7d6ac6bd642b7f13 to your computer and use it in GitHub Desktop.
Save raystatic/9b416b2c681a83ea7d6ac6bd642b7f13 to your computer and use it in GitHub Desktop.
class FileDownloadWorker(
private val context:Context,
workerParameters: WorkerParameters
): CoroutineWorker(context, workerParameters) {
override suspend fun doWork(): Result {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment