create Intent For Imported File
@Deprecated()
@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 GiniCaptureError in case there was an error.
Return
an Intent for launching the Gini Capture SDK
Deprecated
Use createIntentForImportedFile instead.
Parameters
intent
the Intent your app received
context
Android context
reviewActivityClass
the class of your application's ReviewActivity subclass
analysisActivityClass
the class of your application's AnalysisActivity subclass
Throws
if the file didn't pass validation
if the Intent's data is not valid or the mime type isnot supported