PayControl
Instance Methods | List of all members
<SSQRCodeReaderDelegate> Protocol Reference

#import <SSQRCodeReader.h>

Inheritance diagram for <SSQRCodeReaderDelegate>:

Instance Methods

(void) - codeDidRecognized:withController:
 
(void) - scanningCancelled:
 

Detailed Description

Протокол сканера QR кода

Method Documentation

- (void) codeDidRecognized: (NSString *)  recognizedString
withController: (SSQRCodeReader *)  withController 
optional

Вызывается, когда значение QR кода распознано

Returns
recognizedString - значение QR кода
withController - контроллер сканера
- (void) scanningCancelled: (SSQRCodeReader *)  withController
optional

Вызывается, когда пользователь отменил сканирование

Returns
withController - контроллер сканера

The documentation for this protocol was generated from the following file: