readerSession(_:didReceive:)
Tells the delegate that the reader session received a VAS response.
Declaration
func readerSession(_ session: NFCVASReaderSession, didReceive responses: [NFCVASResponse])Parameters
- session:
The reader session that calls this method.
- responses:
An array of Nfcvasresponse objects. The order of the response objects follows the sequence of
GET VAS DATAsent to the tag by the reader session.
Discussion
The reader session restarts polling when the detected tag moves from the session’s read range.