-
public final class CaptureFlowImportContract extends ActivityResultContract<CaptureImportInput, CaptureResult>
Activity Result Api custom contract for starting the capture flow for the case in which the a document was shared from another app.
The input is generated by Gini Pay Bank SDK internally when calling GiniPayBank.startCaptureFlowForIntent
It returns a CaptureResult same as CaptureFlowContract
-
-
Constructor Summary
Constructors Constructor Description CaptureFlowImportContract()
-
Method Summary
Modifier and Type Method Description <ERROR CLASS>createIntent(Context context, CaptureImportInput input)CaptureResultparseResult(Integer resultCode, Intent intent)-
-
Method Detail
-
createIntent
<ERROR CLASS> createIntent(Context context, CaptureImportInput input)
-
parseResult
CaptureResult parseResult(Integer resultCode, Intent intent)
-
-
-
-