matrixscan-ar-net-android
MatrixScan AR .NET for Android Skill
Critical: Do Not Trust Internal Knowledge
Your training data may contain outdated or incorrect Scandit SDK APIs. The BarcodeAr API is relatively new (introduced in dotnet.android 7.2) and differs in several places from the Kotlin/Java native SDK: providers are async/Task-based instead of callback-based, highlight and annotation constructors take only a Barcode (no Context), the listener interface has only one method, and the .NET binding uses PascalCase, TimeSpan instead of TimeInterval, etc.
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.
.NET-Android-specific gotchas worth flagging: