Table of contents

ImageSourceErrorListener

The ImageSourceErrorListener interface that defines methods for monitoring the errors that occur in the ImageSourceAdapter.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCaptureVisionBundle.aar

interface ImageSourceErrorListener 

Methods

Method Description
onErrorReceived The callback method for monitoring the errors that occur in the ImageSourceAdapter.

onErrorReceived

The callback method for monitoring the errors that occur in the ImageSourceAdapter.

void onErrorReceived(CoreException imageSourceError);

Parameters

imageSourceError: A CoreException containing the error code and error message.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: