Skip to content

VDNfcScannerControllerDelegate

Protocol used to return the data read or the error, if any.

Properties

Public Methods

func nfcRead(data: [String: String]?, error: NfcError?)

Function used to return the data read or the error, if any.

  • Parameters:

    • data: dictionary with de NFC data read, if any.
    • error: error occurred, if any.