Class LegacyDocumentVerificationUISettings
java.lang.Object
com.microblink.blinkid.uisettings.UISettings<BlinkIdOverlayController>
com.microblink.blinkid.uisettings.BaseBlinkIdUiSettings
com.microblink.blinkid.uisettings.LegacyDocumentVerificationUISettings
- All Implemented Interfaces:
BackSideScanningTimeoutUIOptions,BeepSoundUIOptions,CurrentImageListenerUIOptions,DebugImageListenerUIOptions,DocumentDataMatchUIOptions,DocumentNotSupportedDialogUIOptions,HighResSuccessFrameCaptureUIOptions,MrzDetectionUIOptions,OcrResultDisplayUIOptions,ScanUIEventListenerUIOptions,SplashScreenUIOptions,StringsUIOptions<LegacyDocumentVerificationOverlayStrings>,StyleUIOptions
@Deprecated
public class LegacyDocumentVerificationUISettings
extends BaseBlinkIdUiSettings
implements StyleUIOptions, StringsUIOptions<LegacyDocumentVerificationOverlayStrings>
Deprecated.
-
Field Summary
Fields inherited from interface com.microblink.blinkid.uisettings.options.BackSideScanningTimeoutUIOptions
TIMEOUT_INFINITY -
Constructor Summary
ConstructorsConstructorDescriptionLegacyDocumentVerificationUISettings(android.content.Intent intent) Deprecated.LegacyDocumentVerificationUISettings(RecognizerBundle recognizerBundle) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BlinkIdOverlayViewDeprecated.Class<?>Deprecated.Returns target activity.protected booleanDeprecated.voidsetOverlayViewStyle(int styleResourceID) Deprecated.Provide your own style to replace default icons and colors.voidDeprecated.Sets strings that will be used in the UI.Methods inherited from class com.microblink.blinkid.uisettings.BaseBlinkIdUiSettings
createOverlayController, enableHighResSuccessFrameCapture, getShowTooltipTimeIntervalMs, saveToIntent, setBackSideScanningTimeoutMs, setBeepSoundResourceID, setCurrentImageListener, setDebugImageListener, setDocumentDataMatchRequired, setOcrResultDisplayMode, setScanUIEventListener, setShowMrzDetection, setShowNotSupportedDialog, setShowTooltipTimeIntervalMs, setSplashScreenLayoutResourceIDMethods inherited from class com.microblink.blinkid.uisettings.UISettings
getActivityTheme, getFilterTouchesWhenObscured, getUsingFlagSecure, setActivityTheme, setCameraSettings, setFilterTouchesWhenObscured, setUsingFlagSecure
-
Constructor Details
-
LegacyDocumentVerificationUISettings
Deprecated. -
LegacyDocumentVerificationUISettings
public LegacyDocumentVerificationUISettings(@NonNull android.content.Intent intent) Deprecated.
-
-
Method Details
-
isLockedToPortrait
protected boolean isLockedToPortrait()Deprecated.- Specified by:
isLockedToPortraitin classBaseBlinkIdUiSettings
-
setOverlayViewStyle
public void setOverlayViewStyle(@StyleRes int styleResourceID) Deprecated.Provide your own style to replace default icons and colors. Supports attributes from R.styleable.BlinkIdScanBoxOverlay- Specified by:
setOverlayViewStylein interfaceStyleUIOptions- Parameters:
styleResourceID- your style
-
setStrings
Deprecated.Sets strings that will be used in the UI.- Specified by:
setStringsin interfaceStringsUIOptions<LegacyDocumentVerificationOverlayStrings>- Parameters:
strings- strings that will be used
-
getTargetActivity
Deprecated.Description copied from class:UISettingsReturns target activity. Concrete settings can be used only with the corresponding activity. This method is public for convenience when you are not able to useActivityRunner. DO NOT USE THIS METHOD UNLESS YOU KNOW WHAT YOU ARE DOING. Improper usage will crash your app.- Specified by:
getTargetActivityin classUISettings<BlinkIdOverlayController>- Returns:
- target activity.
-
createOverlayView
Deprecated.- Specified by:
createOverlayViewin classBaseBlinkIdUiSettings
-