additionalDigits property

int additionalDigits
final

Allow additional digits on the end of the mask. This is useful for countries like Austria where the libphonenumber example number doesn't include all of the possibilities. This way we can still format the number but allow additional digits on the end.

Implementation

final int additionalDigits;