Package net.gini.android.capture.network

The Default Network Library for Android provides a default implementation of the network related tasks required by the Gini Capture SDK.

Adding this library along with the Gini Capture SDK to your application is the quickest way to integrate invoice scanning.

In order for the Gini Capture SDK to use the default implementations pass the instances of net.gini.android.capture.network.GiniCaptureNetworkService and net.gini.android.capture.network.GiniCaptureNetworkApi to the GiniCapture.Builder when creating a new GiniCapture.

Types

Link copied to clipboard
public class GiniCaptureDefaultNetworkApi implements GiniCaptureNetworkApi
Default implementation of network calls which can be performed manually from outside the Gini Capture SDK (e.g.
Link copied to clipboard
public class GiniCaptureDefaultNetworkService implements GiniCaptureNetworkService
Default implementation of the network related tasks required by the Gini Capture SDK.