app / de.uniks.codliners.stock_simulator.background.workers / StockbrotWorker

StockbrotWorker

class StockbrotWorker : Worker

This Worker is started by StockbrotWorkRequest. It's used to buy and sell quotes automatically in the background.

Parameters

context -

params - Params for the StockbrotWorker

Author
Lucas Held

Author
Jan Müller

Author
Juri Lozowoj

Constructors

<init>

This Worker is started by StockbrotWorkRequest. It's used to buy and sell quotes automatically in the background.

StockbrotWorker(context: Context, params: WorkerParameters)

Functions

doWork

This function is called if the worker is started

fun doWork(): Result