DSLicenseModule
The DSLicenseModule class defines common functionality in the DynamsoftLicense module.
Definition
Assembly: DynamsoftCaptureVisionBundle.xcframework
- Objective-C
- Swift
@interface DSLicenseModule : NSObjectclass LicenseModule : NSObject
Methods
| Method | Description |
|---|---|
getVersion |
Get the version of DynamsoftLicense module. |
getVersion
Get the version of DynamsoftLicense module.
- Objective-C
- Swift
+ (NSString *)getVersion;class func getVersion() -> String
Return Value
The version of DynamsoftLicense module.
Code Snippet
- Objective-C
- Swift
NSString *version = [DSLicenseModule getVersion];let version = LicenseModule.getVersion()