---
title: SWHighlightCenter
framework: sharedwithyou
role: symbol
role_heading: Class
path: sharedwithyou/swhighlightcenter
---

# SWHighlightCenter

An object that contains a priority-ordered list of universal links to share with the current user.

## Declaration

```swift
class SWHighlightCenter
```

## Mentioned in

Adding custom collaboration to your app Adding shared content collaboration to your app Making your app content shareable

## Overview

Overview The system determines which links it surfaces. The app is responsible for updating its UI to reflect the latest highlights list that the system provides.

## Topics

### Setting the delegate

- [delegate](sharedwithyou/swhighlightcenter/delegate.md)
- [SWHighlightCenterDelegate](sharedwithyou/swhighlightcenterdelegate.md)

### Accessing highlights

- [highlights](sharedwithyou/swhighlightcenter/highlights.md)
- [highlightCollectionTitle](sharedwithyou/swhighlightcenter/highlightcollectiontitle.md)

### Retrieving collaboration highlights

- [isSystemCollaborationSupportAvailable](sharedwithyou/swhighlightcenter/issystemcollaborationsupportavailable.md)
- [collaborationHighlight(forIdentifier:)](sharedwithyou/swhighlightcenter/collaborationhighlight(foridentifier:)-23ytv.md)
- [collaborationHighlight(forIdentifier:)](sharedwithyou/swhighlightcenter/collaborationhighlight(foridentifier:)-87lhr.md)
- [getCollaborationHighlight(for:completionHandler:)](sharedwithyou/swhighlightcenter/getcollaborationhighlight(for:completionhandler:).md)
- [getHighlightFor(_:completionHandler:)](sharedwithyou/swhighlightcenter/gethighlightfor(_:completionhandler:).md)
- [getSignedIdentityProof(for:using:completionHandler:)](sharedwithyou/swhighlightcenter/getsignedidentityproof(for:using:completionhandler:).md)

### Posting highlight events

- [postNotice(for:)](sharedwithyou/swhighlightcenter/postnotice(for:).md)
- [clearNotices(for:)](sharedwithyou/swhighlightcenter/clearnotices(for:).md)

### Handling errors

- [SWHighlightCenterErrorCode](sharedwithyou/swhighlightcentererrorcode.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Highlights

- [SWHighlight](sharedwithyou/swhighlight.md)
