numberOfCardsDisplayed property

int numberOfCardsDisplayed
final

An integer that determines the number of cards that are displayed at the same time. The default value is 2. Note that you must display at least one card, and no more than the cardsCount parameter.

Implementation

final int numberOfCardsDisplayed;