<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TrustInsights",
  "identifier" : "/documentation/TrustInsights/InsightEvaluationConsumptionStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Trust Insights"
    ],
    "preciseIdentifier" : "s:13TrustInsights34InsightEvaluationConsumptionStatusO"
  },
  "title" : "InsightEvaluationConsumptionStatus"
}
-->

# InsightEvaluationConsumptionStatus

Values describing the usage of insight evaluation.

```
@nonexhaustive enum InsightEvaluationConsumptionStatus
```

## Topics

### Consumption status values

[`case notUsedError`](/documentation/TrustInsights/InsightEvaluationConsumptionStatus/notUsedError)

A value that indicates the app couldn’t use the insights because of a technical failure, they arrived too late to be of use, or other issue.

[`case notUsedNotNeeded`](/documentation/TrustInsights/InsightEvaluationConsumptionStatus/notUsedNotNeeded)

A value that indicates the app canceled the operation, so no decision required.

[`case usedEvaluationOnly`](/documentation/TrustInsights/InsightEvaluationConsumptionStatus/usedEvaluationOnly)

A value that indicates the app used the insights for evaluation of their usefulness or for model training with no impact on a decision process.

[`case usedIncreasedFriction`](/documentation/TrustInsights/InsightEvaluationConsumptionStatus/usedIncreasedFriction)

A value that indicates the app evaluated the insights and they were a factor in adding checks or blocking the action.

[`case usedReducedFriction`](/documentation/TrustInsights/InsightEvaluationConsumptionStatus/usedReducedFriction)

A value that indicates the app evaluated the insights and they were a factor in making the operation easier for the user.

[`case usedUnchangedFriction`](/documentation/TrustInsights/InsightEvaluationConsumptionStatus/usedUnchangedFriction)

A value that indicates the app evaluated the insights, but the insights didn’t have any impact on the decision or user flow.

## Relationships

### Conforms To

[`Copyable`](/documentation/Swift/Copyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Escapable`](/documentation/Swift/Escapable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Decodable`](/documentation/Swift/Decodable)

[`Encodable`](/documentation/Swift/Encodable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)