---
title: "init(rawValue:)"
framework: usernotifications
role: symbol
role_heading: Initializer
path: "usernotifications/unnotificationpresentationoptions/init(rawvalue:)"
---

# init(rawValue:)

Initializes a notification presentation options object using the specified raw value.

## Declaration

```swift
init(rawValue: UInt)
```

## Parameters

- `rawValue`: The raw unsigned integer value for the notification presentation options.
