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

Link copied to clipboard
public interface AsyncCallback<T, E extends Exception>
Callback interface for asynchronous tasks.
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.
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.
Link copied to clipboard
public class GiniCapture
Single entry point for the Gini Capture SDK for configuration and interaction.
Link copied to clipboard
public abstract class GiniCaptureBasePresenter<V extends GiniCaptureBaseView>
Internal use only.
Link copied to clipboard
public interface GiniCaptureBaseView<P extends GiniCaptureBasePresenter>
Internal use only.
Link copied to clipboard
public class GiniCaptureCoordinator
The GiniCaptureCoordinator facilitates the default behavior for the Gini Capture Library.
Link copied to clipboard
public final class GiniCaptureDebug
This class allows you to enable and disable debugging for the Gini Capture SDK.
Link copied to clipboard
public class GiniCaptureError implements Parcelable
Provides details about the error which caused the Gini Capture SDK to fail.
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.
Link copied to clipboard
public class ImportedFileValidationException extends Exception
Thrown when a file failed validation.
Link copied to clipboard
public enum OncePerInstallEvent
Internal use only.
Link copied to clipboard
public class OncePerInstallEventStore
Internal use only.