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

# init(rawValue:)

Initializes an action options object using the specified raw value.

## Declaration

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

## Parameters

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