---
title: "readAttributeProductLabel(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbridgeddevicebasic/readattributeproductlabel(completionhandler:)"
---

# readAttributeProductLabel(completionHandler:)

## Declaration

```swift
func readAttributeProductLabel(completionHandler: @escaping @Sendable (String?, (any Error)?) -> Void)
```

```swift
func readAttributeProductLabel() async throws -> String
```
