android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

can i add a job to queue by specifying the delay after which it has to scheduled ??

Open kpradeepkumarreddy opened this issue 6 years ago • 1 comments

can i add a job to queue by specifying the delay after which it has to scheduled ??

kpradeepkumarreddy avatar Dec 25 '18 08:12 kpradeepkumarreddy

This is my configuration, new Params(PRIORITY).requireNetwork().persist().delayInMs(10000)); After network is available, i want a delay of 10 seconds before the job is executed. Will this code work ?

kpradeepkumarreddy avatar Dec 25 '18 08:12 kpradeepkumarreddy