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

# readAttributePolarity(completionHandler:)

## Declaration

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

```swift
func readAttributePolarity() async throws -> NSNumber
```
