Numeric

Represents a notification indicator that displays a specific count of pending notifications.

This is useful when it's important for the user to know how many items require their attention. The visual representation will typically show the quantity as a number.

Constructors

Link copied to clipboard
constructor(quantity: Int)

Properties

Link copied to clipboard

The number of pending notifications to display. This value will be shown on the indicator. NOTE: If this number is smaller than 1, the indicator will default to NotificationIndicatorAppearance.Indication. If the number is greater than 99, the indicator will display "99+".