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

# init(rawValue:)

Initializes an authorization options constant using the specified raw value.

## Declaration

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

## Parameters

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