Conforms to NSObject
Declared in SCQRCodeReaderViewDelegate.h

Overview

This protocol describes the events that will occur while scannign QR code data using the SCQRCodeReaderView widget.

Tasks

Instance Methods

qrCodeReaderView:didGetScanResult:

This method calls when result is fully scaned

- (void)qrCodeReaderView:(SCQRCodeReaderView *)readerView didGetScanResult:(NSString *)resultString

Parameters

readerView

A view that sent the event. If you have multiple instances of the SCQRCodeReaderView on your screen it will help you understand which instance has scanned the code.

resultString

The data encoded in the QR code. The user is responsible for processing it properly.

Discussion

This method calls when result is fully scaned

Declared In

SCQRCodeReaderViewDelegate.h