File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
programming/android/api-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ class com.dynamsoft.core.LicenseManager
2929Read the license key and activate the SDK.
3030
3131```java
32- static void initLicense(String license, android.content.Contex contex , LicenseVerificationListener listener)
32+ static void initLicense(String license, android.content.Context context , LicenseVerificationListener listener)
3333```
3434
3535**Parameters**
3636
3737`[in] license`: The license key.
38- `[in] contex `: The interface to global information about an application environment.
38+ `[in] context `: The interface to global information about an application environment.
3939`[in] listener`: The listener that handles callback when the license server returns.
4040
4141**Code Snippet**
You can’t perform that action at this time.
0 commit comments