---
title: NSApplication.RemoteNotificationType
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsapplication/remotenotificationtype
---

# NSApplication.RemoteNotificationType

These constants determine whether apps launched by remote notifications display a badge.

## Declaration

```swift
struct RemoteNotificationType
```

## Topics

### Interaction Types

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

### Initializers

- [init(rawValue:)](appkit/nsapplication/remotenotificationtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Managing remote notifications

- [registerForRemoteNotifications()](appkit/nsapplication/registerforremotenotifications().md)
- [unregisterForRemoteNotifications()](appkit/nsapplication/unregisterforremotenotifications().md)
- [enabledRemoteNotificationTypes](appkit/nsapplication/enabledremotenotificationtypes.md)
- [registerForRemoteNotifications(matching:)](appkit/nsapplication/registerforremotenotifications(matching:).md)
- [isRegisteredForRemoteNotifications](appkit/nsapplication/isregisteredforremotenotifications.md)
