Status Retrieval Methods
Method | Description |
---|---|
getVersion |
Get version information of SDK. |
getVersion
Get version information of SDK.
+ (NSString *_Nullable)getVersion;
Return Value
The version of DynamsoftBarcodeReader
iOS SDK and DynamsoftBarcodeReader
algorithm.
Code Snippet
- Objective-C
- Swift
NSString *version = [DynamsoftBarcodeReader getVersion];
let version = DynamsoftBarcodeReader.getVersion();