Gini Vision File Import
            This class contains methods for preparing launching the Gini Vision Library with a file received from another app.
public final class GiniVisionFileImport
Content copied to clipboard
Constructors
GiniVisionFileImport
                        
                  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