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