Interface ISBSDKUIBarcodeScannerViewControllerDelegate
- Namespace
 - ScanbotSDK.iOS
 
- Assembly
 - DocumentSDK.NET.iOS.dll
 
public interface ISBSDKUIBarcodeScannerViewControllerDelegate : ISBSDKUIViewControllerDelegate, INativeObject, IDisposable
  - Inherited Members
 
- Extension Methods
 
Methods
DidCancel(SBSDKUIBarcodeScannerViewController)
void DidCancel(SBSDKUIBarcodeScannerViewController viewController)
  Parameters
viewControllerSBSDKUIBarcodeScannerViewController
DidDetectResults(SBSDKUIBarcodeScannerViewController, SBSDKBarcodeScannerResult[])
void DidDetectResults(SBSDKUIBarcodeScannerViewController viewController, SBSDKBarcodeScannerResult[] barcodeResults)
  Parameters
viewControllerSBSDKUIBarcodeScannerViewControllerbarcodeResultsSBSDKBarcodeScannerResult[]
DidTimeout(SBSDKUIBarcodeScannerViewController)
void DidTimeout(SBSDKUIBarcodeScannerViewController viewController)
  Parameters
viewControllerSBSDKUIBarcodeScannerViewController
ShouldHighlightResult(SBSDKUIBarcodeScannerViewController, SBSDKBarcodeScannerResult)
bool ShouldHighlightResult(SBSDKUIBarcodeScannerViewController viewController, SBSDKBarcodeScannerResult code)
  Parameters
viewControllerSBSDKUIBarcodeScannerViewControllercodeSBSDKBarcodeScannerResult