Package-level declarations
Contains interfaces and classes for adding networking calls to the Gini Capture SDK in order to communicate with the Gini API.
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
Used by the GiniCaptureNetworkService to return analysis results.
Link copied to clipboard
Used by the GiniCaptureNetworkService and GiniCaptureNetworkApi to return error messages.
Link copied to clipboard
Default implementation of the network related tasks required by the Gini Capture SDK.
Link copied to clipboard
Used by the GiniCaptureNetworkService and GiniCaptureNetworkApi to return the outcome of network calls.
Link copied to clipboard
Interface specifying network related tasks required by the Gini Capture SDK in order to communicate with the Gini API.
Link copied to clipboard
Used by the GiniCaptureNetworkService to return network call results.