We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ed83e commit aed9254Copy full SHA for aed9254
1 file changed
README.md
@@ -595,7 +595,7 @@ Boolean IsUnlocked = Config.License.Activate(this,licStr);
595
//Read lic asset file locally or provide a file url
596
// eg : String licData = readAssetFile("com.extrieve.lic", this);
597
//Pass liscence data to UnlockImagingLibrary method on object(imageHelper) of ImgHelper class.
598
-val isUnlocked: Boolean = imageHelper!!.UnlockImagingLibrary(licData)
+val isUnlocked: Boolean = Config!!.License!!.Activate(this,licStr);
599
```
600
601
0 commit comments