fun RecyclerView.bindTransactions(transactions: List<Transaction>?): Unit
Submits a Transaction to the TransactionListAdapter of a RecyclerView.
transactions
- The List of Transactions that will be submitted.
Receiver
The target RecyclerView.
Author
Jan Müller