---
title: "readAttributeInputList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustermediainput/readattributeinputlist(completionhandler:)"
---

# readAttributeInputList(completionHandler:)

## Declaration

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

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