isControlCardAtPosition

fun isControlCardAtPosition(adapterPosition: Int): Boolean

Returns whether the card at the adapter position is a control card.

See also

Parameters

adapterPosition

A valid adapter position for the card data. Invalid positions will return false.