---
title: SWCollaborationActionHandler
framework: sharedwithyoucore
role: symbol
role_heading: Protocol
path: sharedwithyoucore/swcollaborationactionhandler
---

# SWCollaborationActionHandler

A delegate to handle incoming collaboration actions from a collaboration coordinator.

## Declaration

```swift
protocol SWCollaborationActionHandler : NSObjectProtocol
```

## Mentioned in

Adding custom collaboration to your app

## Topics

### Handling collaboration actions

- [collaborationCoordinator(_:handle:)](sharedwithyoucore/swcollaborationactionhandler/collaborationcoordinator(_:handle:)-6oect.md)
- [collaborationCoordinator(_:handle:)](sharedwithyoucore/swcollaborationactionhandler/collaborationcoordinator(_:handle:)-7l5j8.md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Handle collaboration actions

- [SWAction](sharedwithyoucore/swaction.md)
- [SWStartCollaborationAction](sharedwithyoucore/swstartcollaborationaction.md)
- [SWUpdateCollaborationParticipantsAction](sharedwithyoucore/swupdatecollaborationparticipantsaction.md)
