---
title: badge
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/remotenotificationtype/badge
---

# badge

The app should display a badge.

## Declaration

```swift
static var badge: NSApplication.RemoteNotificationType { get }
```

## See Also

### Interaction Types

- [sound](appkit/nsapplication/remotenotificationtype/sound.md)
- [alert](appkit/nsapplication/remotenotificationtype/alert.md)
