<!--
{
  "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/INShareFocusStatusIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INShareFocusStatusIntentHandling"
  },
  "title" : "INShareFocusStatusIntentHandling"
}
-->

# INShareFocusStatusIntentHandling

A set of methods an object implements to process intents that share the user’s focus status.

```
protocol INShareFocusStatusIntentHandling : NSObjectProtocol
```

## Topics

### Processing the Intent

[`-  confirmShareFocusStatus:completion:`](/documentation/Intents/INShareFocusStatusIntentHandling/confirm(intent:completion:))

Confirms the details of the request to share the user’s focus status.

[`-  handleShareFocusStatus:completion:`](/documentation/Intents/INShareFocusStatusIntentHandling/handle(intent:completion:))

Handles the intent that shares the user’s focus status.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)