<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/ShieldActionResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings20ShieldActionResponseO"
  },
  "title" : "ShieldActionResponse"
}
-->

# ShieldActionResponse

Constants your extension that handles shield actions can use to tell the system how to respond to an action.

```
enum ShieldActionResponse
```

## Topics

### Responses

[`ShieldActionResponse.close`](/documentation/ManagedSettings/ShieldActionResponse/close)

An instruction for the system to close the current application or web browser.

[`ShieldActionResponse.defer`](/documentation/ManagedSettings/ShieldActionResponse/defer)

An instruction to defer a response to the action.

[`ShieldActionResponse.none`](/documentation/ManagedSettings/ShieldActionResponse/none)

An instruction that the system doesn’t need to take any additional action on behalf of the extension.



---

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)