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

bindQuotePrice

fun TextView.bindQuotePrice(quote: Quote?): Unit

Sets the text of a TextView depending on a Quote.

Parameters

quote - The Quote source.

Receiver
The target TextView.

Author
Jan Müller