Package net.gini.android.capture

The Gini Capture SDK for Android provides Activities and Fragments for capturing, reviewing and analyzing photos, images and pdfs of invoices and remittance slips.

Types

AsyncCallback
Link copied to clipboard
public interface AsyncCallback<T, E extends Exception>
Callback interface for asynchronous tasks.
Document
Link copied to clipboard
public interface Document implements Parcelable
This class is the container for transferring documents between the client application and the Gini Capture SDK and between the Fragments of the Gini Capture SDK.
DocumentImportEnabledFileTypes
Link copied to clipboard
public enum DocumentImportEnabledFileTypes
Use this enum to select the file types to be allowed for document import in the Camera Screen.
GiniCapture
Link copied to clipboard
public class GiniCapture
Single entry point for the Gini Capture SDK for configuration and interaction.
GiniCaptureBasePresenter
Link copied to clipboard
public abstract class GiniCaptureBasePresenter<V extends GiniCaptureBaseView>
Internal use only.
GiniCaptureBaseView
Link copied to clipboard
public interface GiniCaptureBaseView<P extends GiniCaptureBasePresenter>
Internal use only.
GiniCaptureCoordinator
Link copied to clipboard
public class GiniCaptureCoordinator
The GiniCaptureCoordinator facilitates the default behavior for the Gini Capture Library.
GiniCaptureDebug
Link copied to clipboard
public final class GiniCaptureDebug
This class allows you to enable and disable debugging for the Gini Capture SDK.
GiniCaptureError
Link copied to clipboard
public class GiniCaptureError implements Parcelable
Provides details about the error which caused the Gini Capture SDK to fail.
GiniCaptureFileImport
Link copied to clipboard
public final class GiniCaptureFileImport
This class contains methods for preparing launching the Gini Capture SDK with a file received from another app.
ImportedFileValidationException
Link copied to clipboard
public class ImportedFileValidationException extends Exception
Thrown when a file failed validation.
OncePerInstallEvent
Link copied to clipboard
public enum OncePerInstallEvent
Internal use only.
OncePerInstallEventStore
Link copied to clipboard
public class OncePerInstallEventStore
Internal use only.