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.

Events

  • Return the a result when found

    Declaration

    Objective-C

    - (void)SmartScan:(nonnull SmartScanner *)smartScanner
          foundResult:(nonnull SmartScanResult *)smartScannerResult;

    Parameters

    smartScanner

    SmartScanner instance

    smartScannerResult

    SmartScanResult instance