Gini Capture File Import
This class contains methods for preparing launching the Gini Capture SDK with a file received from another app.
public final class GiniCaptureFileImport
Content copied to clipboard
Constructors
GiniCaptureFileImport
Link copied to clipboard
Functions
createDocumentForImportedFile
Link copied to clipboard
@Deprecated()
@NonNull()
Content copied to clipboard
createDocumentForImportedFiles
Link copied to clipboard
CancellationToken createDocumentForImportedFiles(Intent intent, Context context, AsyncCallback<Document, ImportedFileValidationException> callback)
Content copied to clipboard
createIntentForImportedFile
Link copied to clipboard
@Deprecated()
@NonNull()
Content copied to clipboard
createIntentForImportedFiles
Link copied to clipboard
CancellationToken createIntentForImportedFiles(Intent intent, Context context, AsyncCallback<Intent, ImportedFileValidationException> callback)
Content copied to clipboard