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

bindQuoteChange

fun TextView.bindQuoteChange(change: Double?): Unit

Sets the text of a TextView and handles null values.

Parameters

change - The quote change or null if the change is not defined

Author
Lucas Held