Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Last active May 14, 2021 19:24
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 magdamiu/83fc10c76c9b78eadee8d12f4831fcce to your computer and use it in GitHub Desktop.
Save magdamiu/83fc10c76c9b78eadee8d12f4831fcce to your computer and use it in GitHub Desktop.
Unique work chain
WorkManager.getInstance(context)
.beginUniqueWork(Constants.UNIQUE_NAME, ExistingWorkPolicy.REPLACE, task1)
.then(task2)
.then(task3)
.enqueue()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment