QRScanResultProtocol

public protocol QRScanResultProtocol

The protocol to which QR codes are scanned.

  • Parses the incoming data from the QR code.

    Declaration

    Swift

    static func parse(_ value: String?) -> Self?