Contents

alerts(count:)

Creates an alert-style badge with an integer count and a predefined label that represents the number of alerts.

Declaration

class func alerts(count itemCount: Int) -> Self

Parameters

  • itemCount:

    The badge count.

Return Value

Returns a new badge item of type NSMenuItemBadge.BadgeType.alerts.

See Also

Creating badges of a specific type