Documentation
>
Scandit SDK
>
5.18.3 for iOS
Main Page
Modules
Classes
Files
File List
File Members
var
lib
jenkins
workspace
scanditsdk-docs
repos
ios
ScanditBarcodeScanner
BarcodeScanner
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
SBSLicense
Holds settings that are needed to verify a Scandit Barcode Scanner license.
Definition:
SBSLicense.h:15
+[SBSLicense externalId]
nullable NSString * externalId()
Get the currently set external id.