class StockbrotWorker : Worker
This Worker is started by StockbrotWorkRequest. It's used to buy and sell quotes automatically in the background.
params
- Params for the StockbrotWorker
Author
Lucas Held
Author
Jan Müller
Author
Juri Lozowoj
<init> |
This Worker is started by StockbrotWorkRequest. It's used to buy and sell quotes automatically in the background. StockbrotWorker(context: Context, params: WorkerParameters) |
doWork |
This function is called if the worker is started fun doWork(): Result |