app / de.uniks.codliners.stock_simulator.ui / android.widget.TextView / bindDepotQuoteText

bindDepotQuoteText

fun TextView.bindDepotQuoteText(depotQuote: DepotQuote?): Unit

Sets the text of a TextView depending on a DepotQuote's amount.

Parameters

depotQuote - The DepotQuote source.

Receiver
The target TextView.

Author
Jan Müller