Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

DLRLicenseVerificationListener

You are viewing a history document page of Dynamsoft Label Recognizer Android v2.2.20.

A delegate to handle callback when Dynamsoft License Server returns.

interface com.dynamsoft.dlr.DLRLicenseVerificationListener

Methods

Method Description
DLRLicenseVerificationCallback The callback of Dynamsoft License Server.

 

DLRLicenseVerificationCallback

The callback of Dynamsoft License Server.

void DLRLicenseVerificationCallback(boolean isSuccess, Exception error);

Parameters

isSuccess: Whether the license verification was successful.
error: The error message from dynamsoft license server.

Code Snippet

LabelRecognizer.initLicense("t0260NwAAAHV***************", new DLRLicenseVerificationListener() {
   @Override
   public void DLRLicenseVerificationCallback(boolean b, Exception e) {
      if (!b && e != null) {
         e.printStackTrace();
      }
   }
}

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.2.20
    • Version 2.0.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support