...
The SDK logs errors to Gini Bank API when the default networking implementation is used. You can disable deactivate the default error logging by passing false
to GiniCapture.Builder.setGiniErrorLoggerIsOn()
. If you want to get informed of the error logging events, pass your implementation of the ErrorLoggerListener
interface to GiniCapture.Builder
:
...