LicenseVerificationListener
The LicenseVerificationListener
is a interface that includes methods for monitoring the license verification status.
Definition
Namespace: com.dynamsoft.license
Assembly: DynamsoftLicense.aar
interface LicenseVerificationListener
Method | Description |
---|---|
onLicenseVerified |
The callback triggered when the license verification result is available. |
onLicenseVerified
The callback triggered when the license verification result is available.
void onLicenseVerified(boolean isSuccess, Exception error);
Parameters
[in] isSuccess
: A Boolean value indicating whether the license is verified successfully.
[in] error
: An exception object. It carries the error code and message that describe the reason why your license activation failed.