public class BaseLicensePlateScannerActivity implements LicensePlateConfirmationDialogInterface
Represents camera screen for License Plate Scanner
@NotNull public static java.lang.String CUSTOM_CONFIGURATION
@NotNull public static java.lang.String PACKAGE_SCHEME
@NotNull public static java.lang.String EXTRACTED_FIELDS_EXTRA
public static int RESULT_LICENSE_INVALID
public static io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity.Companion Companion
public BaseLicensePlateScannerActivity()
Represents camera screen for License Plate Scanner
protected void onCreate(@Nullable
android.os.Bundle savedInstanceState)
public void onLicensePlateConfirmed(@NotNull
LicensePlateScannerResult result)
Called when the user wants to confirm the scan result
public void onLicensePlateRejected()
Called when the user rejected the scan result and wants to retry the scan
@NotNull public BaseLicensePlateScannerFragment createFragment(@NotNull java.util.Map<java.lang.String,? extends java.io.Serializable> scannerConfiguration)
Creates an instance of the corresponding fragment
public void onCancelScanning()
User wants to cancel scanning
public void onCancelScanninLicenseInvalid()
Scanning is canceled because of the invalid license
public void requestCameraPermission()
User want to request camera permission
public void processScannedResult(@NotNull
LicensePlateScannerResult result)
Delivers scanned scanned text result to the user