Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evilthreads669966 authored Jan 23, 2021
1 parent 61ad523 commit 8e99daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class App: Application()
7. Create your worker(s).
- you can opt-in for having a progress notification that displays while Worker.doWork is active
- the description for your worker is good practice and will be used for things like notifications if you choose to use them
- you perform your work inside of doWork and Boot Laces will keep it running in the background until it has completed and reschedule as necessary
- WorkerNine below demonstrates how to create a WorkReceiver
- a WorkReceiver is created by passing in an action for it to subscribe to.
- you can broadcast to this BroadcastReceiver from within your doWork function or anywhere else in your app
Expand Down

0 comments on commit 8e99daf

Please sign in to comment.