Resource Base
Table of contents

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 method that is triggered when the license server returns the verification info.

onLicenseVerified

The method that is triggered when the license server returns the verification info.

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 4.x
    • Version 4.2.10
    • Version 4.2.1
    • Version 4.2.0
    • Version 4.0.2
    • Version 4.0.1
    • Version 4.0.0
  • Version 3.x
    • Version 3.0.3
    • Version 3.0.2
    • Version 3.0.1
    • Version 3.0.0
  • Version 2.x
    • Version 2.3.21
    • Version 2.3.20
    • Version 2.3.12
    • Version 2.3.11
    • Version 2.3.10
    • Version 2.3.5
    • Version 2.3.4
    • Version 2.3.3
    • Version 2.3.2
    • Version 2.3.1
    • Version 2.3.0
    • Version 2.1.4
    • Version 2.1.3
    • Version 2.1.1
    • Version 2.0.0
Change +