---
title: "isInteractionSuppressed(forIdentifier:)"
framework: fileprovider
role: symbol
role_heading: Instance Method
path: "fileprovider/nsfileprovideruserinteractionsuppressing/isinteractionsuppressed(foridentifier:)"
---

# isInteractionSuppressed(forIdentifier:)

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

## Declaration

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

## Parameters

- `suppressionIdentifier`: A unique identifier for the user interaction.

## See Also

### Supressing Interactions

- [setInteractionSuppressed(_:forIdentifier:)](fileprovider/nsfileprovideruserinteractionsuppressing/setinteractionsuppressed(_:foridentifier:).md)
