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

# init(rawValue:)

Initializes a constant from a raw value that represents a picker selection behavior.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: The raw integer value of the selection behavior.

## See Also

### Initializers

- [init(_:)](addressbook/abpeoplepickerselectionbehavior/init(_:).md)
