Class LicensePlateScannerActivity.ResultContract
-
- All Implemented Interfaces:
public final class LicensePlateScannerActivity.ResultContract
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
Implementation of ActivityResultContract for License plate 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 LicensePlateScannerActivity.ResultContract()
-
Method Summary
Modifier and Type Method Description Intent
createIntent(Context context, LicensePlateScannerConfiguration input)
LicensePlateScannerActivity.Result
parseResult(Integer resultCode, Intent intent)
-
-
Method Detail
-
createIntent
Intent createIntent(Context context, LicensePlateScannerConfiguration input)
-
parseResult
LicensePlateScannerActivity.Result parseResult(Integer resultCode, Intent intent)
-
-
-
-