Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delfme authored Jul 29, 2023
1 parent 808e193 commit 0c39308
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
Our fork to original repo just integrates a PR which was not merged yet was good in solving issues on iOS.
After PR integration, here is how our fork works:

- registerOneOffTask
Now starts immediately on both android and iOS. On iOS it lasts only 29sec.
- registerOneOffTask: Now starts immediately on both android and iOS. On iOS it lasts only 29sec.

- registeriOSBackgroundProcessingTask
Long running oneoff background task to be used specifically on iOS. It last more than 29sec but doesnt start immediately.
- registeriOSBackgroundProcessingTask: Long running oneoff background task to be used specifically on iOS. It last more than 29sec but doesnt start immediately.

- registerPeriodicTask
This is for a scheduled task on both android and iOS. It's a 29sec task on iOS, but doesn't start immediately.
- registerPeriodicTask: This is for a scheduled task on both android and iOS. It's a 29sec task on iOS, but doesn't start immediately.


[![pub package](https://img.shields.io/pub/v/workmanager.svg)](https://pub.dartlang.org/packages/workmanager)
Expand Down

0 comments on commit 0c39308

Please sign in to comment.