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

bindTransaction

fun TextView.bindTransaction(transaction: Transaction?): Unit

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

Parameters

transaction - The Transaction source.

Receiver
The target TextView.

Author
Jan Müller