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

# init(_:)

Creates and initializes a local collaboration identifier object.

## Declaration

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

## Parameters

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

## See Also

### Creating a local identifier

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