---
title: "init(_:)"
framework: sharedwithyoucore
role: symbol
role_heading: Initializer
path: "sharedwithyoucore/swcollaborationidentifier/init(_:)"
---

# init(_:)

Creates and initializes a collaboration identifier object.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: A string value for the identifier.

## See Also

### Creating a collaboration identifier

- [init(rawValue:)](sharedwithyoucore/swcollaborationidentifier/init(rawvalue:).md)
