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/38e241a222ab7a1fc96f77ec76b11898 to your computer and use it in GitHub Desktop.
Save Suchiq/38e241a222ab7a1fc96f77ec76b11898 to your computer and use it in GitHub Desktop.
final PeriodicWorkRequest periodicWorkRequest
= new PeriodicWorkRequest.Builder(MyWorker.class, 10, TimeUnit.HOURS)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment