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

bindDepotQuote

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

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

Parameters

depotQuote - The DepotQuote source.

Receiver
The target TextView.

Author
Jan Müller