Class DocumentUISettings
java.lang.Object
com.microblink.blinkid.uisettings.UISettings<BlinkIdOverlayController>
com.microblink.blinkid.uisettings.BaseBlinkIdUiSettings
com.microblink.blinkid.uisettings.DocumentUISettings
- All Implemented Interfaces:
BackSideScanningTimeoutUIOptions
,BeepSoundUIOptions
,CurrentImageListenerUIOptions
,DebugImageListenerUIOptions
,DocumentDataMatchUIOptions
,DocumentNotSupportedDialogUIOptions
,HighResSuccessFrameCaptureUIOptions
,MrzDetectionUIOptions
,OcrResultDisplayUIOptions
,ScanUIEventListenerUIOptions
,SplashScreenUIOptions
,StringsUIOptions<DocumentOverlayStrings>
,StyleUIOptions
@Deprecated
public class DocumentUISettings
extends BaseBlinkIdUiSettings
implements StyleUIOptions, StringsUIOptions<DocumentOverlayStrings>
Deprecated.
Scan settings for scanning documents.
-
Field Summary
Fields inherited from interface com.microblink.blinkid.uisettings.options.BackSideScanningTimeoutUIOptions
TIMEOUT_INFINITY
-
Constructor Summary
ConstructorDescriptionDocumentUISettings
(android.content.Intent intent) Deprecated.DocumentUISettings
(RecognizerBundle recognizerBundle) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BlinkIdOverlayView
Deprecated.Class<?>
Deprecated.Returns target activity.protected boolean
Deprecated.void
setOverlayViewStyle
(int styleResourceID) Deprecated.Provide your own style to replace default icons and colors.void
setStrings
(DocumentOverlayStrings strings) Deprecated.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, setSplashScreenLayoutResourceID
Methods inherited from class com.microblink.blinkid.uisettings.UISettings
getActivityTheme, getFilterTouchesWhenObscured, getUsingFlagSecure, setActivityTheme, setCameraSettings, setFilterTouchesWhenObscured, setUsingFlagSecure
-
Constructor Details
-
DocumentUISettings
Deprecated. -
DocumentUISettings
public DocumentUISettings(@NonNull android.content.Intent intent) Deprecated.
-
-
Method Details
-
isLockedToPortrait
protected boolean isLockedToPortrait()Deprecated.- Specified by:
isLockedToPortrait
in classBaseBlinkIdUiSettings
-
getTargetActivity
Deprecated.Description copied from class:UISettings
Returns 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:
getTargetActivity
in classUISettings<BlinkIdOverlayController>
- Returns:
- target activity.
-
setOverlayViewStyle
public void setOverlayViewStyle(@StyleRes int styleResourceID) Deprecated.Provide your own style to replace default icons and colors. Supports attributes from R.styleable.BlinkIdSimpleBoxOverlay- Specified by:
setOverlayViewStyle
in interfaceStyleUIOptions
- Parameters:
styleResourceID
- your style
-
setStrings
Deprecated.Sets strings that will be used in the UI.- Specified by:
setStrings
in interfaceStringsUIOptions<DocumentOverlayStrings>
- Parameters:
strings
- strings that will be used
-
createOverlayView
Deprecated.- Specified by:
createOverlayView
in classBaseBlinkIdUiSettings
-