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 Xamarin.Android and Data Capture SDK Documentation for Xamarin.iOS

ScanCaseSession Interface Reference

Public Member Functions

void Clear ()
 

Properties

NSArray NewlyRecognizedCodes [get]
 
NSArray NewlyLocalizedCodes [get]
 
NSArray AllRecognizedCodes [get]
 

Detailed Description

Holds all barcodes that were decoded in the current session.

Member Function Documentation

void Clear ( )

Remove all codes from the scan session.

Use this method to manually remove all codes from the scan session.

Property Documentation

NSArray NewlyRecognizedCodes
get

A new copy of the list of barcodes that have been successfully decoded in the last frame.

NSArray NewlyLocalizedCodes
get

A new copy of the list of barcodes that have been localized but not recognized in the last frame.

NSArray AllRecognizedCodes
get

Returns the list of barcodes (data, symbology) that have been decoded (recognized) in this session.

Returns
a new copy of the list of barcodes that have been successfully decoded in this session