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

bindDepotQuotes

fun RecyclerView.bindDepotQuotes(quotePurchases: List<DepotQuote>?): Unit

Submits a DepotQuote to the DepotQuoteListAdapter of a RecyclerView.

Parameters

quotePurchases - The List of DepotQuotes that will be submitted.

Receiver
The target RecyclerView.

Author
Jan Müller