-
public interface ErrorLoggerListenerImplement this interface if you would like to log Gini Capture SDK errors.
-
-
Method Summary
Modifier and Type Method Description UnithandleErrorLog(ErrorLog errorLog)Called when an error occurred inside the Gini Capture SDK. -
-
Method Detail
-
handleErrorLog
Unit handleErrorLog(ErrorLog errorLog)
Called when an error occurred inside the Gini Capture SDK.
- Parameters:
errorLog- error details and metadata for logging
-
-
-
-