Capture Flow Import Contract
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
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
public ActivityResultContract.SynchronousResult<CaptureResult> getSynchronousResult(Context context, CaptureImportInput input)
Link copied to clipboard