---
title: relevanceScore
framework: activitykit
role: symbol
role_heading: Instance Property
path: activitykit/activitycontent/relevancescore
---

# relevanceScore

A score you assign that determines the order in which your Live Activities appear when you start several Live Activities for your app.

## Declaration

```swift
let relevanceScore: Double
```

## Mentioned in

Displaying live data with Live Activities

## Discussion

Discussion If you start more than one Live Activity in your app, the Live Activity with the highest relevance score appears in the Dynamic Island. If Live Activities have the same relevance score, the system displays the Live Activity that started first. Additionally, the relevanceScore determines the order of your Live Activities on the Lock Screen.

## See Also

### Describing a Live Activity

- [init(state:staleDate:relevanceScore:)](activitykit/activitycontent/init(state:staledate:relevancescore:).md)
- [state](activitykit/activitycontent/state.md)
- [staleDate](activitykit/activitycontent/staledate.md)
