Deprecation warning

Please note that this is outdated documentation for an older release of the Scandit Barcode Scanner SDK.

We encourage you to migrate to 6.x and take advantage of our latest / advanced features and improved performance.

You'll find the updated documentation at: Data Capture SDK Documentation for Xamarin.Android and Data Capture SDK Documentation for Xamarin.iOS

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NScandit
 NInterfaces
 CIScanditSDKInterface to control the barcode scanning process - implemented by ScanditSDKAutoAdjustingBarcodePicker, ScanditSDKBarcodePicker, and the LegacyPortraitScanditSDKBarcodePicker
 CIScanditSDKOverlayInterface of all the possible customization options for the standard scan GUI which is displayed on top of the video feed in which barcodes are decoded
 CLegacyPortraitScanditSDKBarcodePickerControls the scanning process and presents a non-customizable, full screen scan portrait(!) scan UI on devices that only offer a landscape camera feed
 CScanditSDKAutoAdjustingBarcodePickerDefault barcode picker for full screen scan user interfaces - chooses between ScanditSDKBarcodePicker and LegacyPortraitScanditSDKBarcodePicker depending on the particular device capabilities
 CScanditSDKBarcodePickerControls the scanning process and shows customizable portrait scan user interface
 NScanditBarcodeScanner
 NAndroid
 NRecognition
 CBarcodeRepresents a recognized/localized barcode/2D code
 CQuadrilateralA 2-dimensional polygon with 4 corners
 CSymbologySettingsContains decoding of a specific symboloy
 CBarcodePickerThe main interface for scanning barcodes with the Scandit BarcodeScanner SDK
 CBarcodePickerActivityBarcode Picker Activity that can be configured through an intent
 CIOnScanListenerInterface definition for a callback to be invoked when one or more barcodes were recognized
 CIProcessFrameListenerCallback interface for adding custom logic after every time frame has been processed by the recognition engine
 CIScanSessionInterface for a scan session
 CScanditLicenseInterface to set the scandit barcode scanner app key
 CScanOverlayAbstract scan UI class
 CScanSettingsHolds settings that affect the recognition of barcodes, such as enabled barcode symbologies, scanning hot spot etc
 NiOS
 CBarcodeRepresents a recognized/localized barcode/2D code
 CBarcodePickerAcquires camera frames, decodes barcodes in those camera frames and updates the SBSOverlayController
 CCancelDelegateProtocol cancel events
 CIScanSessionHolds all barcodes that were decoded in the current session
 CLicenseHolds settings that are needed to verify a Scandit Barcode Scanner license
 CProcessFrameDelegateProtocol for accessing the processed sample buffers
 CQuadrilateralQuadrilateral represented by 4 corners
 CScanDelegateCalls the Protocol for a scan event delegate
 CScanOverlayControls the scan screen user interface
 CScanSettingsHolds settings that affect the recognition of barcodes, such as enabled barcode symbologies, scanning hot spot etc
 CSymbologySettingsHolds settings specific to a single symbology such as checksums and active symbol count
 NScanditSDK
 CSIBarcodePickerAcquires camera frames, decodes barcodes in those camera frames and updates the SIOverlayController
 CSINextFrameDelegateProtocol to receive individual frame from barcode picker
 CSIOverlayControllerControls the scan screen user interface
 CSIOverlayControllerDelegateProtocol to handle barcode scan, cancel and manual search events