<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "IdentityLookup",
  "identifier" : "/documentation/IdentityLookup/ILMessageFilterAction",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SMS and Call Reporting"
    ],
    "preciseIdentifier" : "c:@E@ILMessageFilterAction"
  },
  "title" : "ILMessageFilterAction"
}
-->

# ILMessageFilterAction

Responds to a received message with a filter action.

```
enum ILMessageFilterAction
```

## Topics

### Filter Actions

[`ILMessageFilterActionNone`](/documentation/IdentityLookup/ILMessageFilterAction/none)

Allows the system to show the message unfiltered due to insufficient information to determine an action.

[`ILMessageFilterActionAllow`](/documentation/IdentityLookup/ILMessageFilterAction/allow)

Allows the system to show the message unfiltered.

[`ILMessageFilterActionJunk`](/documentation/IdentityLookup/ILMessageFilterAction/junk)

Prevents the system from showing the message normally, filtered as a Junk message.

[`ILMessageFilterActionPromotion`](/documentation/IdentityLookup/ILMessageFilterAction/promotion)

Prevents the system from showing the message normally, filtered as a Promotional message.

[`ILMessageFilterActionTransaction`](/documentation/IdentityLookup/ILMessageFilterAction/transaction)

Prevents the system from showing the message normally, filtered as a Transactional message.

### Deprecations

[`ILMessageFilterActionFilter`](/documentation/IdentityLookup/ILMessageFilterAction/filter)

Prevents the system from showing the message unfiltered.

## Relationships

### Conforms To

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

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

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

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

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

[`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)