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

# init(rawValue:)

Returns the set of availability categories represented by the given value.

## Declaration

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

## Parameters

- `rawValue`: An unsigned integer expressing the union of the options for the set.

## Discussion

Discussion It’s unlikely that your code should call this directly. Instead, refer to the static members to create an OptionSet of INShortcutAvailabilityOptions.
