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

# InsightEvaluator.OperationCategory

Values that represent the types of operation it’s possible to request evaluations for.

```
@nonexhaustive enum OperationCategory
```

## Discussion

Selecting the most relevant category is important for usage transparency information and may also have an affect on the behavior of the evaluation and affect the [`InsightEvaluation`](/documentation/TrustInsights/InsightEvaluation) values.

The framework may display a message based on this in the transparency logs showing app usage of Insights.

## Topics

### Enumeration Cases - generated

[`case account`](/documentation/TrustInsights/InsightEvaluator/OperationCategory/account)

A value that indicates an account operation including registration, login, or the modification of account details.

[`case communication`](/documentation/TrustInsights/InsightEvaluator/OperationCategory/communication)

A value that indicates a communication operation.

[`case other`](/documentation/TrustInsights/InsightEvaluator/OperationCategory/other)

A value that represents action types that don’t fall into other available categories.

[`case payment`](/documentation/TrustInsights/InsightEvaluator/OperationCategory/payment)

A value that indicates some form of payment or purchase.

[`case resourceUse`](/documentation/TrustInsights/InsightEvaluator/OperationCategory/resourceUse)

A value that indicates the use of some resource.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)