---
title: "readAttributeApplicationName(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterapplicationbasic/readattributeapplicationname(completionhandler:)"
---

# readAttributeApplicationName(completionHandler:)

## Declaration

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

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