---
title: isSuppressedByFocus
framework: accessorynotifications
role: symbol
role_heading: Instance Property
path: accessorynotifications/alertingcontext/issuppressedbyfocus
---

# isSuppressedByFocus

A Boolean value that indicates whether the device’s Focus state suppresses notification alerts.

## Declaration

```swift
var isSuppressedByFocus: Bool { get }
```

## Discussion

Discussion A true value indicates that the notification attempts to alert the person, but the device’s active Focus state suppresses it.

## See Also

### Determining alerting behavior

- [shouldAlert](accessorynotifications/alertingcontext/shouldalert.md)
- [notificationCanAlert](accessorynotifications/alertingcontext/notificationcanalert.md)
