public class BaseTextDataScannerActivity
Represents camera screen for Data Scanner aka GenericTextRecognizer
@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.generictext.BaseTextDataScannerActivity.Companion Companion
public BaseTextDataScannerActivity()
Represents camera screen for Data Scanner aka GenericTextRecognizer
protected void onCreate(@Nullable
android.os.Bundle savedInstanceState)
@NotNull public BaseTextDataScannerFragment 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 finishWithResult(@NotNull
TextDataScannerStepResult result)
Delivers scanned scanned text result to the user