setBubbleTextMaxNum

fun setBubbleTextMaxNum(@IntRange(from = 0) maxNumber: Int)

Set the max number to be displayed in bubble.

The maxNumber determines the minimum radius of the bubble. For example, if the value of maxNumber is 99, then the smallest bubble is the circumscribed circle of the bounding rectangle of the string 99+ in the specified style.

The setting will only take effect when the mBadgeMode is BadgeMode.BUBBLE.NUMBER.

Since

0.5.3