fun RecyclerView.bindDepotQuotes(quotePurchases: List<DepotQuote>?): Unit
Submits a DepotQuote to the DepotQuoteListAdapter of a RecyclerView.
quotePurchases
- The List of DepotQuotes that will be submitted.
Receiver
The target RecyclerView.
Author
Jan Müller