Skip to content

Commit aed9254

Browse files
Update README.md
1 parent 23ed83e commit aed9254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Boolean IsUnlocked = Config.License.Activate(this,licStr);
595595
//Read lic asset file locally or provide a file url
596596
// eg : String licData = readAssetFile("com.extrieve.lic", this);
597597
//Pass liscence data to UnlockImagingLibrary method on object(imageHelper) of ImgHelper class.
598-
val isUnlocked: Boolean = imageHelper!!.UnlockImagingLibrary(licData)
598+
val isUnlocked: Boolean = Config!!.License!!.Activate(this,licStr);
599599
```
600600

601601

0 commit comments

Comments
 (0)