---
title: badge
framework: usernotifications
role: symbol
role_heading: Type Property
path: usernotifications/unnotificationpresentationoptions/badge
---

# badge

Apply the notification’s badge value to the app’s icon.

## Declaration

```swift
static var badge: UNNotificationPresentationOptions { get }
```

## See Also

### Constants

- [banner](usernotifications/unnotificationpresentationoptions/banner.md)
- [list](usernotifications/unnotificationpresentationoptions/list.md)
- [sound](usernotifications/unnotificationpresentationoptions/sound.md)
- [alert](usernotifications/unnotificationpresentationoptions/alert.md)
