Class LicensePlateScannerActivity
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.view.base.Cancelable
,io.scanbot.sdk.ui.view.base.Initializable
,io.scanbot.sdk.ui.view.base.Licensable
,io.scanbot.sdk.ui.view.base.PermissionAware
,io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialogInterface
public final class LicensePlateScannerActivity extends BaseLicensePlateScannerActivity
Shows license plate scanner screen of the application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
LicensePlateScannerActivity.Result
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/
public class
LicensePlateScannerActivity.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static LicensePlateScannerActivity.Companion
Companion
-
Constructor Summary
Constructors Constructor Description LicensePlateScannerActivity()
-
Method Summary
Modifier and Type Method Description Unit
onCreate(Bundle savedInstanceState)
final static Intent
newIntent(Context context, LicensePlateScannerConfiguration scannerConfiguration)
Factory method to construct intent to start this activity. final static Unit
forceClose(Context context)
Triggers the force-finishing of the RTU UI Activity static LicensePlateScannerActivity.Result
extractResult(Integer resultCode, Intent data)
Extract result entity encapsulating this RTU-activity's work. -
-
Method Detail
-
newIntent
@Deprecated(message = "Migrate to new AndroidX Result API. Please see ResultContract.") final static Intent newIntent(Context context, LicensePlateScannerConfiguration scannerConfiguration)
Factory method to construct intent to start this activity.
Deprecated: please see ResultContract
-
forceClose
final static Unit forceClose(Context context)
Triggers the force-finishing of the RTU UI Activity
- Parameters:
context
- Android app context
-
extractResult
static LicensePlateScannerActivity.Result extractResult(Integer resultCode, Intent data)
Extract result entity encapsulating this RTU-activity's work.
-
-
-
-