public class BaseMRZScannerActivity
Represents camera screen for MRZ codes scanning
@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.mrz.BaseMRZScannerActivity.Companion Companion
public BaseMRZScannerActivity()
Represents camera screen for MRZ codes scanning
protected void onCreate(@Nullable
android.os.Bundle savedInstanceState)
@NotNull public BaseMRZCameraFragment createFragment(@NotNull java.util.Map<java.lang.String,? extends java.io.Serializable> scannerConfiguration)
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 finishWithResult(@NotNull
io.scanbot.mrzscanner.model.MRZRecognitionResult mrzRecognitionResult)
Delivers scanned MRZ code content to the user