app / de.uniks.codliners.stock_simulator.ui.stockbrot / StockbrotViewModel

StockbrotViewModel

class StockbrotViewModel : ViewModel

ViewModel for the stockbrot ui.

Types

Factory

Factory for the StockbrotViewModel.

class Factory : Factory

Constructors

<init>

StockbrotViewModel(application: Application)

Properties

stockbrotQuotes

List of all StockbrotQuotes from the repository.

val stockbrotQuotes: LiveData<List<StockbrotQuote>>