Deprecation warning

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

We are deprecating the 5.x API on all platforms (except Linux). Release 5.19 in April 2021 will be our final. Applications running 5.x will continue to work, and we will continue to release critical bug fixes and security patches only, for one year. 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 Android

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Ncom
 Nscandit
 Nbarcodepicker
 Nocr
 CCharacterSetA set of characters
 CRecognizedTextHolds the text recognition result as identified in a frame
 CTextRecognitionListenerInterface to be implemented for handling text recognition events
 CTextRecognitionSettingsHolds settings related to text recognition
 CBarcodePickerThe main interface for scanning barcodes with the Scandit BarcodeScanner SDK
 CBarcodePickerActivityBarcode Picker Activity that can be configured through an intent
 CBarcodePickerExternalActivityBarcode Picker Activity that can be configured through an intent by passing an app key as well as a secondary app key
 CLicenseValidationListenerCallback interface for adding custom logic after every time a problem with license validation occurs
 COnScanListenerInterface definition for a callback to be invoked when one or more barcodes were recognized
 CProcessFrameListenerCallback interface for adding custom logic after every time frame has been processed by the recognition engine
 CPropertyChangeListenerInterface for a state change listener
 CScanAreaSettingsScanning area settings control where codes are to be searched in images/frames
 CScanCaseStart a scanner for the Scandit case
 CScanCaseListenerCallback interface for events fired by ScanCase, e.g
 CScanCaseSessionHolds all barcodes that were decoded in the current session
 CScanCaseSettingsHolds settings that affect the recognition of barcodes (e.g
 CScanditLicenseInterface to set the scandit barcode scanner app key
 CScanOverlayAbstract scan UI class
 CScanSessionInterface for a scan session
 CScanSettingsHolds settings that affect the recognition of barcodes, such as enabled barcode symbologies, scanning hot spot etc
 CWarningsListenerCallback interface for adding custom logic to be executed after every time a warning is raised by the frame processing engine
 Ngenerator
 CBarcodeGeneratorA barcode generator, create it through com.scandit.barcodepicker.BarcodePicker.createBarcodeGeneratorForSymbology(int)
 CEncodingRangeAn encoding range for the barcode generator
 Nmatrixscan
 CFrameAn extended abstraction of a frame that is being processed by the MatrixScan
 CMatrixScanAn high-level abstraction of the Scandit Matrix Scan
 CMatrixScanListenerAn interface used by MatrixScan instance
 CMatrixScanOverlayA FrameLayout extension that overlays need to further extend so that they could be added to the MatrixScan instance
 CSimpleMatrixScanOverlayA simple implementation of the abstract MatrixScanOverlay class, that draws colorful, rectangle overlays on top of tracked barcodes
 CSimpleMatrixScanOverlayListenerInterface that can be used to set a onCodeTouched action or define a custom augmentation color for every tracked barcode
 CViewBasedMatrixScanOverlayAn implementation of the abstract MatrixScanOverlay class, that uses View class instances as augmentations for all of the tracked barcodes
 CViewBasedMatrixScanOverlayListenerInterface that can be used to set a onCodeTouched action or to set a custom offset for every tracked barcode or to define a custom view for every barcode
 Nparser
 CDataFormatData formats understood by the parser library
 CFieldA particular parsed field
 CParserDefines the interface for a data string parser
 CParserResultHolds the result of a successfully parsed data string
 CParserToolsA collection of parsing related tools
 Nrecognition
 CBarcodeRepresents a recognized/localized barcode/2D code
 CBarcodeScannerScans barcodes in images
 CBarcodeScannerSessionHolds recognized and localized barcodes/2d codes
 CBarcodeScannerSettingsHolds configuration options for the barcode scanner
 CImageDescriptionDescribes dimensions as well as internal memory layout of an image buffer
 CQuadrilateralA 2-dimensional polygon with 4 corners
 CRecognitionContextManages scanner objects and schedules the recognition process
 CSymbologySettingsContains decoding of a specific symbology
 CTrackedBarcodeRepresents a recognized/localized barcode/2D code that is being tracked over multiple frames