STLimitedCameraManagerDelegate

@protocol STLimitedCameraManagerDelegate <NSObject>

Protocol methods to receive scan result from a ScanTrust frame processing from limited camera manager

  • Informs the delegate that the camera frame is completed processing by ScanTrust frame processing with a scan result

    Declaration

    Objective-C

    - (void)cameraManager:(STLimitedCameraManager *)cameraManager
        didCompleteScanWithScanResult:(STScanResult *)scanResult;

    Swift

    optional func cameraManager(_ cameraManager: STLimitedCameraManager!, didCompleteScanWith scanResult: STScanResult!)

    Parameters

    cameraManager

    The limited camera manager object that captured the frame for processing

    scanResult

    The STScanResult instance representing a scan result