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

bindSymbolList

fun RecyclerView.bindSymbolList(symbols: List<Symbol>?, callback: Runnable): Unit

Submits a Symbol to the SymbolListAdapter of a RecyclerView.

Parameters

symbols - The List of Symbols that will be submitted.

callback - Callback, which is executed after the symbols have been submitted.

Receiver
The target RecyclerView.

Author
Jan Müller