maximumDigits property

int maximumDigits
final

How many digits long the unread amount can be. For example, if set to 3, any number over 999 will be shown as 999+ or +999 depending on the locale used and the text direction.

Must be equal or greater than 1. Defaults to 3.

Implementation

final int maximumDigits;