---
title: "init(rawValue:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nsaccessibility-swift.struct/notificationuserinfokey/init(rawvalue:)"
---

# init(rawValue:)

Returns a new notification object with a specified name and object.

## Declaration

```swift
init(rawValue: String)
```

## Parameters

- `rawValue`: The name of the notification object.
