Versions Compared

Key

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

Status

Status
titletodo
/
Status
colourPurple
titlestarted
/
Status
colourYellow
titlefor review
/
Status
colourGreen
titleapproved

Approver

Alpar Szotyori (Unlicensed)

On this page:

Table of Contents

Overview

Filter by label (Content by label)showLabelsfalsemax5spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@145a5showSpacefalsesortmodifiedtypepagereversetruelabelskb-how-to-articlecqllabel = "kb-how-to-article" and type = "page" and space = "TSD"The SDK logs errors to Gini Bank API when the default networking implementation is used. You can disable the default error logging by passing false to GiniCapture.Builder.setGiniErrorLoggerIsOn(). If you would like to get informed of the error logging events, you can pass your implementation of the ErrorLoggerListener interface to GiniCapture.Builder:

Code Block
languagekotlin
GiniCapture.newInstance()
    .setCustomErrorLoggerListener(new MyErrorLoggerListener())
    .build();