SmartScannerDelegate
@protocol SmartScannerDelegate <NSObject>
                This protocol allows to get messages from SmartScanner. These messages can be the content of a code or an error with your current use of the library.
- 
                  
                  
Return the a result when found
Declaration
Objective-C
- (void)SmartScan:(nonnull SmartScanner *)smartScanner foundResult:(nonnull SmartScanResult *)smartScannerResult;Parameters
smartScannerSmartScanner instance
smartScannerResultSmartScanResult instance
 
        SmartScannerDelegate Protocol Reference