Contents

readerSessionDidBecomeActive(_:)

Tells the delegate that the reader session is active.

Declaration

optional func readerSessionDidBecomeActive(_ session: NFCNDEFReaderSession)

Parameters

  • session:

    The active reader session. Only one session can be active at a time.

Discussion

The reader session calls this method after the device begins scanning for new tags.