GiniVisionFileImport

public final class GiniVisionFileImport

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

Functions

createDocumentForImportedFile
Link copied to clipboard
static Document createDocumentForImportedFile(@NonNull() Intent intent, @NonNull() Context context)
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.
createIntentForImportedFile
Link copied to clipboard
static Intent createIntentForImportedFile(@NonNull() Intent intent, @NonNull() Context context, @NonNull() Class<? extends ReviewActivity> reviewActivityClass, @NonNull() Class<? extends AnalysisActivity> analysisActivityClass)
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.