---
title: "readAttributeLabelList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteruserlabel/readattributelabellist(completionhandler:)"
---

# readAttributeLabelList(completionHandler:)

## Declaration

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

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