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 Cordova

Scandit.MatrixScanSession Class Reference

Public Member Functions

void rejectTrackedCode (Barcode code)
 

Public Attributes

Barcode[] newlyTrackedCodes
 

Detailed Description

The matrix scan session holds all tracked codes that are newly available in the current session.

These codes are available as {}. It also allows the rejection of codes, showing a different color when visualizing them. Session Lifetime

The session is cleared when either {} or , { BarcodePicker.stopScanning} is called. 5.5.0

Member Function Documentation

void rejectTrackedCode ( Barcode  code)

Rejects the specified barcode, showing a different.

Parameters
codeThe barcode to be rejected (should be inside MatrixScanSession::ewlyTrackedCodes)
Since
5.5.0

Member Data Documentation

Barcode [] newlyTrackedCodes

List of barcodes that have been successfully recognized in the last frame.

Since
5.5.0