create Intent For Imported Files
@NonNull()
Content copied to clipboard
Screen API
If you have enabled the multi-page feature and your application receives one or multiplefiles from another application you can use this method to create an Intent for launching theGini Capture SDK.
Importing the files is executed on a secondary thread as it can take several seconds forthe process to complete. The callback methods are invoked on the main thread.
In your callback's {@code onSuccess(Intent)}
method start the Intent with to receive the extractions or a GiniCaptureError in case there was an error.
Return
a CancellationToken for cancelling the import process