Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This feature is enabled by default with the skontoEnabled property set to true in CaptureConfiguration

Code Block
GiniBank.var captureConfiguration = CaptureConfiguration(
            skontoEnabled = true,
            ....
        )
        
GiniBank.setCaptureConfiguration(context, captureConfiguration)        

Find out how to customize the Skonto features here.

...