---
title: "readAttributeEnablePrivacyModeButton(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdoorlock/readattributeenableprivacymodebutton(completion:)"
---

# readAttributeEnablePrivacyModeButton(completion:)

## Declaration

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

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