---
title: "readAttributeAcceptHeader(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustercontentlauncher/readattributeacceptheader(completion:)"
---

# readAttributeAcceptHeader(completion:)

## Declaration

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

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