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

# relevanceScore

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

## Declaration

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

## Mentioned in

Generating a remote notification

## 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

### Reading system configuration

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