app / de.uniks.codliners.stock_simulator.ui.account / DepotQuoteListAdapter / ViewHolder

ViewHolder

inner class ViewHolder : ViewHolder

RecyclerView.ViewHolder for CardDepotQuoteBinding.

Constructors

<init>

RecyclerView.ViewHolder for CardDepotQuoteBinding.

ViewHolder(binding: <ERROR CLASS>)

Functions

bind

Binds a DepotQuote and OnClickListener to the CardDepotQuoteBinding.

fun bind(quote: DepotQuote): Unit