onBindViewHolder

abstract fun onBindViewHolder(viewHolder: ViewHolder, position: Int, card: Card, cardListAdapter: CardListAdapter)

Called when RecyclerView.Adapter.onBindViewHolder is invoked by the actual adapter.

Since

10.1.00