Contents

NFCWindowSceneDelegate

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

Declaration

protocol NFCWindowSceneDelegate

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

See Also

NFC window scenes