GiniCaptureFileImport

public final class GiniCaptureFileImport

This class contains methods for preparing launching the Gini Capture SDK 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 the Gini Capture SDK's Review Fragment or Analysis Fragment.
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 Capture SDK.