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

# readAttributeInactiveText(completionHandler:)

## Declaration

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

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