/
Error Logging Guide
Error Logging Guide
The SDK logs errors related to network calls, the camera and file reading 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 = ))
:
class CustomErrorLogger: ErrorLoggerListener {
override fun handleErrorLog(errorLog: ErrorLog) {
// Handle the error log event
}
}
GiniBank.setCaptureConfiguration(context,
CaptureConfiguration(
errorLoggerListener = CustomErrorLogger()
)
)
, multiple selections available,
Related content
Error Logging Guide
Error Logging Guide
Read with this
Error Logging Guide
Error Logging Guide
More like this
Error Logging Guide
Error Logging Guide
Read with this
Error Logging Guide
Error Logging Guide
More like this
Overview Screen (Return Assistant)
Overview Screen (Return Assistant)
Read with this
Error Logging Guide
Error Logging Guide
More like this
Gini GmbH | Ridlerstr. 57 | 80339 München