Package 

Interface ErrorLoggerListener


  • 
    public interface ErrorLoggerListener
    
                        

    Implement this interface if you would like to log Gini Capture SDK errors.

    • Method Summary

      Modifier and Type Method Description
      Unit handleErrorLog(ErrorLog errorLog) Called when an error occurred inside the Gini Capture SDK.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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