Package 

Interface ErrorLoggerListener

  • All Implemented Interfaces:

    
    public interface ErrorLoggerListener
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

    • 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