Package io.scanbot.sdk.ui.view.check
Class CheckRecognizerActivity.ResultContract
-
- All Implemented Interfaces:
public final class CheckRecognizerActivity.ResultContract
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
Implementation of ActivityResultContract for Check 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 CheckRecognizerActivity.ResultContract()
-
Method Summary
Modifier and Type Method Description Intent
createIntent(Context context, CheckRecognizerConfiguration input)
CheckRecognizerActivity.Result
parseResult(Integer resultCode, Intent intent)
-
-
Method Detail
-
createIntent
Intent createIntent(Context context, CheckRecognizerConfiguration input)
-
parseResult
CheckRecognizerActivity.Result parseResult(Integer resultCode, Intent intent)
-
-
-
-