GiniCaptureFileImport

This class contains methods for preparing launching the Gini Capture SDK with a file received from another app.

public final class GiniCaptureFileImport

Constructors

GiniCaptureFileImport
Link copied to clipboard
void GiniCaptureFileImport(GiniCapture giniCapture)

Functions

createDocumentForImportedFile
Link copied to clipboard

Component API

When your application receives a file from another application you can use this method to create a Document for launching the Gini Capture SDK's Review Fragment or Analysis Fragment.

If the Document can be reviewed ( isReviewable ) launch the Review Fragment ( net.gini.android.capture.review.ReviewFragmentCompat ).

If the Document cannot be reviewed you must launch the Analysis Fragments ( ).

createDocumentForImportedFiles
Link copied to clipboard
createIntentForImportedFile
Link copied to clipboard

Screen API

When your application receives a file from another application you can use this method to create an Intent for launching the Gini Capture SDK.

Start the Intent with startActivityForResult to receive the GiniCaptureError in case there was an error.

createIntentForImportedFiles
Link copied to clipboard