---
title: "stayQuiet(completionHandler:)"
framework: corenfc
role: symbol
role_heading: Instance Method
path: "corenfc/nfciso15693tag/stayquiet(completionhandler:)"
---

# stayQuiet(completionHandler:)

Sends a Stay Quiet command (0x02 command code), as defined in the ISO 15693-3 specification, to the tag.

## Declaration

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

```swift
func stayQuiet() async throws
```
