Contents

SCSensitivityAnalysisPolicy.simpleInterventions

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

Declaration

case simpleInterventions

Mentioned in

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