<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INFocusStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INFocusStatus"
  },
  "title" : "INFocusStatus"
}
-->

# INFocusStatus

The user’s preference for receiving notifications.

```
class INFocusStatus
```

## Overview

When a user wants to focus, they can choose to prevent or delay notifications from most apps. Use this information to display that the user is in a focus to other people in your communication service.

## Topics

### Creating a Status

[`init(isFocused:)`](/documentation/Intents/INFocusStatus/init(isFocused:))

Creates an object that indicates the user’s focus status.

[`initWithIsFocused:`](/documentation/Intents/INFocusStatus/initWithIsFocused:)

Creates an object that indicates the user’s ability to receive communication notifications.

### Accessing the User’s Status

[`isFocused`](/documentation/Intents/INFocusStatus/isFocused-8ytve)

The user’s preference for receiving communication notifications.

[`isFocused`](/documentation/Intents/INFocusStatus/isFocused-78wbx)

The user’s preference for receiving communication notifications.



---

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)