Declared in LUQRCodeScannerView.h

Overview

The LUQRCodeScannerViewDelegate protocol is used to be notified when an LUQRCodeScannerView successfully scans a QR code.

Tasks

Instance Methods

didDecodeQRCodeWithResult:

Called when a QR code has been scanned.

- (void)didDecodeQRCodeWithResult:(NSString *)result

Parameters

result

The data of the QR code.

Discussion

Called when a QR code has been scanned.

Declared In

LUQRCodeScannerView.h