Table of contents

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
  1. NSString *version = [DynamsoftBarcodeReader getVersion];
    
  2. let version = DynamsoftBarcodeReader.getVersion();
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: