Contents

windowScene(_:didReceiveNFCWindowSceneEvent:)

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

Declaration

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