numberOfDigits property

int numberOfDigits
final

How many digit boxes to show / how many digits the code has.

Must be in the range [2, 50] (inclusive). Defaults to 6.

Implementation

final int numberOfDigits;