ImageSourceErrorListener
The ImageSourceErrorListener
interface that defines methods for monitoring the errors that occur in the ImageSourceAdapter
.
Definition
Namespace: com.dynamsoft.core.basic_structures
Assembly: DynamsoftCore.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(int errorCode, String errorMessage);
Parameters
errorCode
: An enumeration value of type EnumErrorCode
indicating the type of error..
errorMessage
: A string containing the error message providing additional information about the error.