app / de.uniks.codliners.stock_simulator.ui.news / NewsListAdapter / ViewHolder

ViewHolder

inner class ViewHolder : ViewHolder

The RecyclerView's ViewHolder.

Constructors

<init>

The RecyclerView's ViewHolder.

ViewHolder(binding: <ERROR CLASS>)

Functions

bind

Bind a news object to the card.

fun bind(news: News): Unit