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

# init(_:)

Initializes a constant from an integer 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(rawValue:)](addressbook/abpeoplepickerselectionbehavior/init(rawvalue:).md)
