---
title: NFCWindowSceneDelegate
framework: corenfc
role: symbol
role_heading: Protocol
path: corenfc/nfcwindowscenedelegate
---

# NFCWindowSceneDelegate

A protocol to notify your app’s user interface about NFC-related events.

## Declaration

```swift
protocol NFCWindowSceneDelegate
```

## Overview

Overview When the device is eligible to receive NFC-related events, use this protocol to update your user interface. The received NFCWindowSceneEvent indicates whether the event represents the presence of a card reader or a gesture to initiate a contactless transaction by the person using the app. You typically add conformance to this protocol in your app’s main scene delegate, where you already conform to UIWindowSceneDelegate.

## Topics

### Handling events

- [windowScene(_:didReceiveNFCWindowSceneEvent:)](corenfc/nfcwindowscenedelegate/windowscene(_:didreceivenfcwindowsceneevent:).md)
- [NFCWindowSceneEvent](corenfc/nfcwindowsceneevent.md)

## See Also

### NFC window scenes

- [NFCWindowSceneEvent](corenfc/nfcwindowsceneevent.md)
