<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FileProvider",
  "identifier" : "/documentation/FileProvider/NSFileProviderUserInteractionSuppressing/isInteractionSuppressed(forIdentifier:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "File Provider"
    ],
    "preciseIdentifier" : "c:objc(pl)NSFileProviderUserInteractionSuppressing(im)isInteractionSuppressedForIdentifier:"
  },
  "title" : "isInteractionSuppressed(forIdentifier:)"
}
-->

# isInteractionSuppressed(forIdentifier:)

Asks the File Provider extension if the user suppressed the specified interaction.

```
func isInteractionSuppressed(forIdentifier suppressionIdentifier: String) -> Bool
```

## Parameters

`suppressionIdentifier`

A unique identifier for the user interaction.

---

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)