Class GenericDocumentRecognizerActivity.ResultContract
-
- All Implemented Interfaces:
public final class GenericDocumentRecognizerActivity.ResultContract
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
Implementation of ActivityResultContract for Generic document RTU scanner activity.
Encapsulates all the hassle of input and result data mapping into- and from intent's bundle.
Please refer to Scanbot SDK documentation: https://docs.scanbot.io/document-scanner-sdk/android/features/feature-overview/
-
-
Constructor Summary
Constructors Constructor Description GenericDocumentRecognizerActivity.ResultContract()
-
Method Summary
Modifier and Type Method Description Intent
createIntent(Context context, GenericDocumentRecognizerConfiguration input)
GenericDocumentRecognizerActivity.Result
parseResult(Integer resultCode, Intent intent)
-
-
Method Detail
-
createIntent
Intent createIntent(Context context, GenericDocumentRecognizerConfiguration input)
-
parseResult
GenericDocumentRecognizerActivity.Result parseResult(Integer resultCode, Intent intent)
-
-
-
-