ILicenseVerificationListener
The ILicenseVerificationListener is a interface that includes methods for monitoring the license verification status.
Definition
Namespace: Dynamsoft.License.Maui
Assembly: Dynamsoft.License.Maui
interface ILicenseVerificationListener
| 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(bool isSuccess, string message);
Parameters
[in] isSuccess: A Boolean value indicating whether the license is verified successfully.
[in] message: The error message that describe the reason why your license activation failed.