---
title: SWStartCollaborationAction
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swstartcollaborationaction
---

# SWStartCollaborationAction

An object that represents the first action sent to an app when the user shares a collaboration.

## Declaration

```swift
class SWStartCollaborationAction
```

## Mentioned in

Adding custom collaboration to your app

## Overview

Overview The action contains an updated SWCollaborationMetadata that include the user-selected share options. Fulfill this action with the universal link and a device-independent identifier for the collaboration.

## Topics

### Accessing action attributes

- [collaborationMetadata](sharedwithyoucore/swstartcollaborationaction/collaborationmetadata.md)

### Fulfilling an action

- [fulfill(using:collaborationIdentifier:)](sharedwithyoucore/swstartcollaborationaction/fulfill(using:collaborationidentifier:).md)

## Relationships

### Inherits From

- [SWAction](sharedwithyoucore/swaction.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Handle collaboration actions

- [SWAction](sharedwithyoucore/swaction.md)
- [SWCollaborationActionHandler](sharedwithyoucore/swcollaborationactionhandler.md)
- [SWUpdateCollaborationParticipantsAction](sharedwithyoucore/swupdatecollaborationparticipantsaction.md)
