Skip to content

Commit 64f44e3

Browse files
Update README.md
1 parent e2ae0d0 commit 64f44e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
510510
Boolean 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
/*
528528
boolean UnlockImagingLibrary(String licenseFileData)

0 commit comments

Comments
 (0)