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

# alert

The app should display an alert.

## Declaration

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

## See Also

### Interaction Types

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