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

# readAttributeInactiveText(completion:)

## Declaration

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

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