app / de.uniks.codliners.stock_simulator.ui / androidx.recyclerview.widget.RecyclerView / bindTransactions

bindTransactions

fun RecyclerView.bindTransactions(transactions: List<Transaction>?): Unit

Submits a Transaction to the TransactionListAdapter of a RecyclerView.

Parameters

transactions - The List of Transactions that will be submitted.

Receiver
The target RecyclerView.

Author
Jan Müller