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

# readAttributeActiveText(completion:)

## Declaration

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

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