Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourYellow
titlefor review

Approver

Alpar Szotyori (Unlicensed)

The SDK logs networking errors related to network calls and the camera related errors to Gini Bank API when the default networking implementation is used. You can deactivate the default error logging by passing false to GiniBank.setCaptureConfiguration(CaptureConfiguration(giniErrorLoggerIsOn = )). If you want to get informed of the error logging events, pass your implementation of the ErrorLoggerListener interface to GiniBank.setCaptureConfiguration(CaptureConfiguration(errorLoggerListener = )):

...