---
title: AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption.matchAny
framework: accessoryaccess
role: symbol
role_heading: Case
path: accessoryaccess/aausbaccessorymatchingcriteria/interfacematchingoption/matchany
---

# AAUSBAccessoryMatchingCriteria.InterfaceMatchingOption.matchAny

A value that indicates that the match needs to cover at least one of the provided interface criteria.

## Declaration

```swift
case matchAny
```

## Discussion

Discussion Matching is successful for the USB accessory that has at least one USB interface matching any of the criteria in the provided dictionary.

## See Also

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