getItemViewType

abstract fun getItemViewType(position: Int, card: Card): Int

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

Since

10.1.00