GiniVisionFileImport

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

public final class GiniVisionFileImport

Constructors

GiniVisionFileImport
Link copied to clipboard
void GiniVisionFileImport(GiniVision giniVision)

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 one of the Gini Vision Library's Review Fragments or Analysis Fragments.

If the Document can be reviewed ( isReviewable ) launch one of the Review Fragments ( net.gini.android.vision.review.ReviewFragmentCompat or ).

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

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 Vision Library.

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

createIntentForImportedFiles
Link copied to clipboard