File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ As a part of exceptional error handling **ImgException** class is available.
506506
507507// Read lic asset file locally or provide a file url
508508// eg : String licData = readAssetFile("com.extrieve.lic", this);
509- // Pass liscence data to UnlockImagingLibrary
509+ // Pass liscence data to UnlockImagingLibrary method on object(imageHelper) of ImgHelper class.
510510Boolean IsUnlocked = ImageHelper . UnlockImagingLibrary(licData)
511511
512512/*
@@ -521,8 +521,8 @@ boolean UnlockImagingLibrary(String licenseFileData)
521521
522522// Read lic asset file locally or provide a file url
523523// eg : String licData = readAssetFile("com.extrieve.lic", this);
524- // Pass liscence data to UnlockImagingLibrary
525- val isUnlocked: Boolean = ImageHelper .UnlockImagingLibrary (licData)
524+ // Pass liscence data to UnlockImagingLibrary method on object(imageHelper) of ImgHelper class.
525+ val isUnlocked: Boolean = imageHelper !! .UnlockImagingLibrary (licData)
526526
527527/*
528528boolean UnlockImagingLibrary(String licenseFileData)
You can’t perform that action at this time.
0 commit comments