Deprecation warning

Please note that this is outdated documentation for an older release of the Scandit Barcode Scanner SDK.

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 iOS

SBSLicense.h
Go to the documentation of this file.
1 //
2 // SBSLicense.h
3 // ScanditBarcodeScanner
4 //
5 // Created by Moritz Hartmeier on 28/05/15.
6 // Copyright (c) 2015 Scandit AG. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
15 @interface SBSLicense : NSObject
16 
34 + (void)setAppKey:(nonnull NSString *)appKey;
35 
36 @end
Holds settings that are needed to verify a Scandit Barcode Scanner license.
Definition: SBSLicense.h:15