---
title: relevanceScore
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unmutablenotificationcontent/relevancescore
---

# relevanceScore

The score the system uses to determine if the notification is the summary’s featured notification.

## Declaration

```swift
var relevanceScore: Double { get set }
```

## Discussion

Discussion The system uses the relevanceScore, a value between 0 and 1, to sort the notifications from your app. The highest score gets featured in the notification summary.

## See Also

### Integrating with the system

- [sound](usernotifications/unmutablenotificationcontent/sound.md)
- [interruptionLevel](usernotifications/unmutablenotificationcontent/interruptionlevel.md)
- [UNNotificationInterruptionLevel](usernotifications/unnotificationinterruptionlevel.md)
- [filterCriteria](usernotifications/unmutablenotificationcontent/filtercriteria.md)
