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

ScanditLicense Class Reference

Static Public Attributes

static String AppKey
 

Detailed Description

Interface to set the scandit barcode scanner app key.

Since
4.9.0

Member Data Documentation

String AppKey
static

The Barcode Scanner application key to be used for this app.

You must call this static method at least once before instantiating the BarcodePicker with the key you downloaded from the Scandit website.

Calling this method does not directly activate the device and count toward your active devices. Device activation happens the first time a BarcodePicker is instantiated. It is thus save to set the app key at application start time, irrespective of whether the user is going to scan barcodes or not.

Since
4.9.0