---
title: AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption
framework: accessoryaccess
role: symbol
role_heading: Enumeration
path: accessoryaccess/aausbaccessorymatchingcriteria/interfacematchingoption
---

# AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption

Values that represent options for performing interface matching using interface matching criteria.

## Declaration

```swift
enum InterfaceMatchingOption
```

## Topics

- [init(rawValue:)](accessoryaccess/aausbaccessorymatchingcriteria/interfacematchingoption/init(rawvalue:).md)
- [AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption.matchAll](accessoryaccess/aausbaccessorymatchingcriteria/interfacematchingoption/matchall.md)
- [AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption.matchAny](accessoryaccess/aausbaccessorymatchingcriteria/interfacematchingoption/matchany.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
