---
title: Notification.Name
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/notification/name-swift.typealias
---

# Notification.Name

An alias for a type used to represent the name of a notification.

## Declaration

```swift
typealias Name = NSNotification.Name
```

## See Also

### Creating a Notification

- [init(name:object:userInfo:)](foundation/notification/init(name:object:userinfo:).md)
- [NSNotification.Name](foundation/nsnotification/name-swift.struct.md)
