Resource Base
Table of contents

DSLicenseModule

The DSLicenseModule class defines common functionality in the DynamsoftLicense module.

Definition

Assembly: DynamsoftLicense.xcframework

  • Objective-C
  • Swift
  1. @interface DSLicenseModule : NSObject
    
  2. class LicenseModule : NSObject
    

Methods

Method Description
getVersion Get the version of DynamsoftLicense module.

getVersion

Get the version of DynamsoftLicense module.

  • Objective-C
  • Swift
  1. + (NSString *)getVersion;
    
  2. class func getVersion() -> String
    

Return Value

The version of DynamsoftLicense module.

Code Snippet

  • Objective-C
  • Swift
  1. NSString *version = [DSLicenseModule getVersion];
    
  2. let version = LicenseModule.getVersion()
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +