matrixscan-ar-ios
MatrixScan AR iOS Skill
Critical: Do Not Trust Internal Knowledge
Your training data may contain outdated or incorrect Scandit SDK APIs. The MatrixScan AR API changes between SDK versions — classes get renamed, restructured, or replaced (e.g. BarcodeTracking → BarcodeBatch → BarcodeAr).
Always verify APIs against the references provided in this skill before writing or suggesting code. Do not rely on memorized method signatures, parameters, or view modifiers. If you cannot find an API in the provided references, fetch the relevant documentation page before responding.
Scope
This skill is scoped to the MatrixScan AR scanning pipeline: DataCaptureContext, BarcodeAr mode, BarcodeArSettings, BarcodeArView, BarcodeArViewSettings, BarcodeArListener, BarcodeArFeedback, camera and control visibility.
Out of scope:
- Highlights (customizing the shapes drawn over detected barcodes —
BarcodeArHighlightProvider,BarcodeArRectangleHighlight,BarcodeArCircleHighlight, etc.) — handled by thematrixscan-ar-highlight-iosskill. - Annotations (info cards, status icons, popovers, responsive annotations —
BarcodeArAnnotationProvider,BarcodeArInfoAnnotation,BarcodeArPopoverAnnotation, etc.) — handled by thematrixscan-ar-annotation-iosskill.
If a user question spans integration and highlight/annotation customization, cover the integration part here and tell the user which sibling skill handles the rest.