TaskScheduler icon indicating copy to clipboard operation
TaskScheduler copied to clipboard

How can I pass values to the Task via a constructor?

Open kuwapa opened this issue 7 years ago • 1 comments

Similar to how in Asynctask I can pass values, I would like to do the same here instead of created global values or retrieving the value from the db. How do I do that?

kuwapa avatar Feb 20 '19 07:02 kuwapa

Write a class that extends Task, and execute this task.

lzh77 avatar Sep 25 '19 02:09 lzh77