Skip to content

Instantly share code, notes, and snippets.

@Suchiq
Created August 1, 2022 07:17
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 Suchiq/38f69f5e79d6d1fd5773ad6196403322 to your computer and use it in GitHub Desktop.
Save Suchiq/38f69f5e79d6d1fd5773ad6196403322 to your computer and use it in GitHub Desktop.
WorkManager.getInstance()
.beginWith(workRequest)
.then(workRequest1)
.then(workRequest2)
.enqueue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment