Package-level declarations

Types

Link copied to clipboard
public final class Amount

This class serves for sending the extracted amount and currency in cleanup process.

Link copied to clipboard
public enum AmountCurrency extends Enum<AmountCurrency>

Enum class represents currently supported currencies. Currency codes are expressed in ISO 4217 standard.

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
Use this enum to select the file types to be allowed for document import in the Camera Screen.
Link copied to clipboard
public enum EntryPoint extends Enum<EntryPoint>

Use this enum to set which entry point is used for starting the SDK.

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
TODO: delete when Component API can be fully removed 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
Interface used by NoResultsFragmentCompat and (@link ErrorFragmentCompat} to dispatch events to the hosting Activity.
Link copied to clipboard
Thrown when a file failed validation.
Link copied to clipboard
public class ImportImageFileUrisAsyncTask extends AbstractImportImageUrisAsyncTask
Created by Alpar Szotyori on 22.05.2018.
Link copied to clipboard
Internal use only.
Link copied to clipboard
Internal use only.