Class BaseLicensePlateScannerActivity
-
- 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 abstract class BaseLicensePlateScannerActivity extends NFBaseActivity implements LicensePlateConfirmationDialogInterface
Represents camera screen for License Plate Scanner.
-
-
Field Summary
Fields Modifier and Type Field Description private <Error class: unknown class>
factory
-
Constructor Summary
Constructors Constructor Description BaseLicensePlateScannerActivity()
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>
getFactory()
final Unit
)>setFactory(<Error class: unknown class> factory)
Unit
onRequestPermissionsResult(Integer requestCode, Array<String> permissions, IntArray grantResults)
Unit
onLicensePlateConfirmed(LicensePlateScannerResult result)
Called when the user wants to confirm the scan result Unit
onResume()
Unit
onPause()
Unit
onLicensePlateRejected()
Called when the user rejected the scan result and wants to retry the scan -
-
Method Detail
-
getFactory
final <Error class: unknown class> getFactory()
-
setFactory
final Unit )>setFactory(<Error class: unknown class> factory)
-
onRequestPermissionsResult
Unit onRequestPermissionsResult(Integer requestCode, Array<String> permissions, IntArray grantResults)
-
onLicensePlateConfirmed
Unit onLicensePlateConfirmed(LicensePlateScannerResult result)
Called when the user wants to confirm the scan result
-
onLicensePlateRejected
Unit onLicensePlateRejected()
Called when the user rejected the scan result and wants to retry the scan
-
-
-
-