MSSImageScanner 4.29.0
The MSSImageScanner SDK provides a library to scan QR codes and CrontoSign images
Loading...
Searching...
No Matches
QRCodeScannerSDKScannerDelegate.h
Go to the documentation of this file.
1#import <UIKit/UIKit.h>
2#import <MSSImageScanner/QRCodeScannerSDKCodeType.h>
3
7NS_ASSUME_NONNULL_BEGIN
8
10@protocol ScannerDelegate
11
22 - (void)qrCodeScannerSDKController:(UIViewController *)controller didScan:(NSString *)result codeType:(CodeType)codeType;
23
28 - (void)qrCodeScannerSDKControllerDidCancel:(UIViewController *)controller;
29
39 - (void)qrCodeScannerSDKController:(UIViewController *)controller didReceive:(NSError *)error;
40
41@end
42
43NS_ASSUME_NONNULL_END
NS_REFINED_FOR_SWIFT
Definition: QRCodeScannerSDKCodeType.h:17