matrixscan-count-cordova
MatrixScan Count Cordova Skill
Critical: Do Not Trust Internal Knowledge
Your training data may contain outdated or incorrect Scandit SDK APIs. The BarcodeCount Cordova API has evolved significantly across SDK versions. Key milestones:
- Cordova 6.24: BarcodeCount first available on Cordova.
- Cordova 7.6: Context-free constructor
new Scandit.BarcodeCount(settings)introduced;context.addMode(barcodeCount)is now the wiring call. - Cordova 7.1:
BarcodeCountNotInListActionSettingsavailable. - Cordova 8.3:
BarcodeCountStatusProvider,shouldShowStatusModeButton,textForBarcodesNotInListDetectedHint,textForClusteringGestureHint,textForScreenCleanedUpHint,disableModeWhenCaptureListCompleted,ClusteringModeavailable.
Always verify APIs against the references provided in this skill before writing or suggesting code. Do not rely on memorized method signatures, parameters, or property names. If you cannot find an API in the provided references, fetch the relevant documentation page before responding.
Source note: There is no public Cordova MatrixScan Count sample. The integration reference is anchored to the internal DebugApp (
frameworks/cordova/debugapp/src/pages/BarcodeCount.tsxandframeworks/cordova/debugapp/src/hooks/modes/useBarcodeCount.ts) and the Cordova plugin source (frameworks/cordova/scandit-cordova-datacapture-barcode/www/ts/src/BarcodeCountView.ts).