Package 

Interface GiniCaptureNetworkService

  • All Implemented Interfaces:
    net.gini.android.capture.logging.ErrorLoggerListener

    
    public interface GiniCaptureNetworkService
     implements ErrorLoggerListener
                        

    Interface specifying network related tasks required by the Gini Capture SDK in order to communicate with the Gini API.

    The easiest way to get started is to use the Gini Capture Network Library package which provides a default implementation.

    You can also create your own implementation and communicate directly with the Gini API or pass requests through your backend. For direct communication with the Gini API we recommend using the Gini Bank API lib.

    In order for the Gini Capture SDK to use your implementation pass an instance of it to setGiniCaptureNetworkService when creating a GiniCapture instance.