issues
search
evilthreads669966
/
BootLaces
A Kotlin work manager library for Android with progress notifications and Hilt support.
Apache License 2.0
34
stars
4
forks
source link
Add Ability to Schedule Work Using Clock Time
#218
Open
evilthreads669966
opened
3 years ago
evilthreads669966
commented
3 years ago
add scheduling functions for clock time.
example noonWorker.scheduleNoon(periodic = true)
would execute work at noon everyday
example 2amWorker.scheduleAtTwo(meridiem = AM)