maxCount property

int maxCount
final

Maximum count to display before showing overflow indicator. For example, if maxCount is 99, counts above 99 will show as "99+". Defaults to 99.

Implementation

final int maxCount;