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

# handle(intent:completion:)

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

```
func handle(intent: INShareFocusStatusIntent, completion: @escaping @Sendable (INShareFocusStatusIntentResponse) -> Void)
```

```
func handle(intent: INShareFocusStatusIntent) async -> INShareFocusStatusIntentResponse
```

## Parameters

`intent`

The [`INShareFocusStatusIntent`](/documentation/Intents/INShareFocusStatusIntent) that contains details about the request.

`completion`

The closure to execute with your response. Execute this handler in your implementation of this method. This handler has no return value and takes the following parameter:

- response: The [`INShareFocusStatusIntentResponse`](/documentation/Intents/INShareFocusStatusIntentResponse) you create that reports your ability to handle the request.

---

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)