---
title: "windowScene(_:didReceiveNFCWindowSceneEvent:)"
framework: corenfc
role: symbol
role_heading: Instance Method
path: "corenfc/nfcwindowscenedelegate/windowscene(_:didreceivenfcwindowsceneevent:)"
---

# windowScene(_:didReceiveNFCWindowSceneEvent:)

Informs your app that the system has received an NFC-related event.

## Declaration

```swift
func windowScene(_ windowScene: UIWindowScene, didReceiveNFCWindowSceneEvent event: NFCWindowSceneEvent)
```

## Parameters

- `windowScene`: A scene in your app that handles the event.
- `event`: The NFC-related event that triggered the delegate callback.

## See Also

### Handling events

- [NFCWindowSceneEvent](corenfc/nfcwindowsceneevent.md)
