---
title: "readAttributeActiveText(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbinaryinputbasic/readattributeactivetext(completionhandler:)"
---

# readAttributeActiveText(completionHandler:)

## Declaration

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

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