Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created September 15, 2019 16:10
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/3cfde19d7ea00e81d02ddc16707bf253 to your computer and use it in GitHub Desktop.
Save magdamiu/3cfde19d7ea00e81d02ddc16707bf253 to your computer and use it in GitHub Desktop.
Unique work chain
WorkManager.getInstance()
.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