---
title: AccessoryNotification.Attributes
framework: accessorynotifications
role: symbol
role_heading: Structure
path: accessorynotifications/accessorynotification/attributes-swift.struct
---

# AccessoryNotification.Attributes

Attributes that display priority for a notification.

## Declaration

```swift
struct Attributes
```

## Overview

Overview Use these attributes to change the visual appearance of and add information about your notification. For guidance on whether to alert for a notification, see AlertingContext.

## Topics

### Identifying attribute types

- [critical](accessorynotifications/accessorynotification/attributes-swift.struct/critical.md)
- [priority](accessorynotifications/accessorynotification/attributes-swift.struct/priority.md)
- [timeSensitive](accessorynotifications/accessorynotification/attributes-swift.struct/timesensitive.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Working with notification attributes

- [attributes](accessorynotifications/accessorynotification/attributes-swift.property.md)
