Table of contents

LicenseVerificationListener

The LicenseVerificationListener is a interface that includes methods for monitoring the license verification status.

Definition

Namespace: com.dynamsoft.license

Assembly: DynamsoftCaptureVisionBundle.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, @Nullable 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: