---
title: SCSensitivityAnalysisPolicy.simpleInterventions
framework: sensitivecontentanalysis
role: symbol
role_heading: Case
path: sensitivecontentanalysis/scsensitivityanalysispolicy/simpleinterventions
---

# SCSensitivityAnalysisPolicy.simpleInterventions

An indicator that user preference requests discrete detection of sensitive content.

## Declaration

```swift
case simpleInterventions
```

## Mentioned in

Detecting sensitive content in media and providing intervention options

## Discussion

Discussion If this value is analysisPolicy, it indicates that the person turned on both of the following: Sensitive Content Warnings user preference Sensitive Content Warnings in your app’s settings When your app detects sensitive content under this policy, your app needs to: Intervene on the receipt of sensitive content over the network but allow the app to transmit content over the network unchecked. Keep the intervention minimal by describing the issue briefly and updating your app’s UI unobstructively. For example, consider blurring and annotating the area that otherwise presents the sensitive content versus raising a new fullscreen alert.

## See Also

### Checking and intervention strategies

- [SCSensitivityAnalysisPolicy.disabled](sensitivecontentanalysis/scsensitivityanalysispolicy/disabled.md)
- [SCSensitivityAnalysisPolicy.descriptiveInterventions](sensitivecontentanalysis/scsensitivityanalysispolicy/descriptiveinterventions.md)
