<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/RemoteNotificationType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSRemoteNotificationType"
  },
  "title" : "NSApplication.RemoteNotificationType"
}
-->

# NSApplication.RemoteNotificationType

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

```
struct RemoteNotificationType
```

## Topics

### Interaction Types

[`badge`](/documentation/AppKit/NSApplication/RemoteNotificationType/badge)

The app should display a badge.

[`sound`](/documentation/AppKit/NSApplication/RemoteNotificationType/sound)

The app should play a sound.

[`alert`](/documentation/AppKit/NSApplication/RemoteNotificationType/alert)

The app should display an alert.

### Initializers

[`init(rawValue:)`](/documentation/AppKit/NSApplication/RemoteNotificationType/init(rawValue:))

Initializes a new remote notifications options structure.

[`NSRemoteNotificationTypeNone`](/documentation/AppKit/NSRemoteNotificationType/NSRemoteNotificationTypeNone)

The app shouldn’t display a badge.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)