<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INFocusStatus/isFocused-8ytve",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So13INFocusStatusC7IntentsE9isFocusedSbSgvp"
  },
  "title" : "isFocused"
}
-->

# isFocused

The user’s preference for receiving communication notifications.

```
@nonobjc final var isFocused: Bool? { get }
```

## Discussion

When this value is <doc://com.apple.documentation/documentation/Swift/true>, the user doesn’t want notifications to interrupt them. Use this information to display the user’s availability to other people in your communication service.

If the user grants your app access to their focus status, notifications your app receives about communication from important people can break through the user’s focus status.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)