---
title: SWHighlight
framework: sharedwithyou
role: symbol
role_heading: Class
path: sharedwithyou/swhighlight
---

# SWHighlight

An object that represents a universal link to share by any number of contacts in one or more conversations.

## Declaration

```swift
class SWHighlight
```

## Mentioned in

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

## Overview

Overview The system doesn’t expose the identities of the contacts to the app. It tracks shared universal links for the current user and determines which links to elevate for consumption in an app. When the system deems a link to be useful, it surfaces that link to the hosting app in the form of an SWHighlight object.

## Topics

### Viewing highlight attributes

- [identifier](sharedwithyou/swhighlight/identifier.md)
- [url](sharedwithyou/swhighlight/url.md)

### Initializers

- [init(coder:)](sharedwithyou/swhighlight/init(coder:).md)

## Relationships

### Inherits From

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

### Inherited By

- [SWCollaborationHighlight](sharedwithyou/swcollaborationhighlight.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

### Highlights

- [SWHighlightCenter](sharedwithyou/swhighlightcenter.md)
