Skip to content
#

periodic-work-request

Here are 2 public repositories matching this topic...

Language: All
Filter by language

A PeriodicWorkRequest is a specific type of work request in WorkManager that allows you to schedule a task to be repeated at fixed intervals. It's useful for executing tasks that need to occur periodically, such as syncing data with a server or performing regular maintenance tasks.

  • Updated Jun 12, 2023
  • Kotlin

A PeriodicWorkRequest is a specific type of work request in WorkManager that allows you to schedule a task to be repeated at fixed intervals. It's useful for executing tasks that need to occur periodically, such as syncing data with a server or performing regular maintenance tasks.

  • Updated Jun 12, 2023
  • Java

Improve this page

Add a description, image, and links to the periodic-work-request topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the periodic-work-request topic, visit your repo's landing page and select "manage topics."

Learn more