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`?

    Parameters

    value

    The incoming value.

    Return Value

    An instance of QRScanResultProtocol, otherwise nil.