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 
45 + (void)setExternalId:(nullable NSString *)identifier;
46 
54 + (nullable NSString *)externalId;
55 
56 @end
Holds settings that are needed to verify a Scandit Barcode Scanner license.
Definition: SBSLicense.h:15
nullable NSString * externalId()
Get the currently set external id.