---
title: "readAttributeAllowedVendorList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterapplicationbasic/readattributeallowedvendorlist(completionhandler:)"
---

# readAttributeAllowedVendorList(completionHandler:)

## Declaration

```swift
func readAttributeAllowedVendorList(completionHandler: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeAllowedVendorList() async throws -> [Any]
```
