QRScanResultDelegate
public protocol QRScanResultDelegate
The protocol to which a result of a success QR scan is used.
-
The function that contains the result of an successful registration scan.
Declaration
Swift
func didGetScanResult(_ result: QRScanResultProtocol)
Parameters
result
An instance of
QRScanResultProtocol
.