android-priority-jobqueue
android-priority-jobqueue copied to clipboard
can i add a job to queue by specifying the delay after which it has to scheduled ??
can i add a job to queue by specifying the delay after which it has to scheduled ??
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 ?