create Intent For Imported File
@NonNull()
Content copied to clipboard
Screen API
When your application receives a file from another application you can use this method tocreate an Intent for launching the Gini Capture SDK.
Start the Intent with startActivityForResult toreceive the extractions or a GiniCaptureError in case there was an error.
Return
an Intent for launching the Gini Capture SDK
Parameters
intent
the Intent your app received
context
Android context
reviewActivityClass
(optional) the class of your application's subclass
analysisActivityClass
(optional) the class of your application's subclass
Throws
if the file didn't pass validation
if the Intent's data is not valid or the mime type isnot supported