Class LegacyDocumentVerificationOverlayView
java.lang.Object
com.microblink.blinkid.fragment.overlay.blinkid.legacy.documentverification.LegacyDocumentVerificationOverlayView
- All Implemented Interfaces:
BlinkIdOverlayView
@Deprecated
public class LegacyDocumentVerificationOverlayView
extends Object
implements BlinkIdOverlayView
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.microblink.blinkid.fragment.overlay.blinkid.BlinkIdOverlayView
BlinkIdOverlayView.ProcessingError -
Constructor Summary
ConstructorsConstructorDescriptionLegacyDocumentVerificationOverlayView(boolean shouldShowControlButtons, LegacyDocumentVerificationOverlayStrings strings, int style, android.view.View.OnClickListener instructionsClickListener) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()Deprecated.Clean up your resources here.android.view.ViewGroupcreateLayout(android.app.Activity activity, RecognizerRunnerView parentView) Deprecated.Inflate your custom layout here and add it to the parent viewcreateTorchController(RecognizerRunnerView recognizerRunnerView) Deprecated.Return properly set-up torch controller or null if torch is handled by the activity.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidonCardDetectionUpdate(DetectionStatus detectionStatus) Deprecated.Called on any update to card detection process.voidonConfigurationChanged(int newHostScreenOrientation) Deprecated.Called when host's screen orientation is changed.voidDeprecated.Called when document is successfully classified and recognition starts.voidDeprecated.Called when error dialog is shown.voidDeprecated.Called when scanning of the first side starts.voidonFirstSideScanSuccess(boolean isPassportScan, CardRotation cardRotation) Deprecated.Called when scanning of the first side finishes successfully.voidonGlare(boolean hasGlare) Deprecated.Called on glare detection update.voidDeprecated.Called when user should be instructed to move closer to barcode.voidonProcessingError(BlinkIdOverlayView.ProcessingError processingError) Deprecated.Called when processing error, which should be displayed to the user, occurs.longDeprecated.Called when both sides are scanned.voidDeprecated.Called when scanning of the second side starts.voidonTorchStateChanged(boolean torchOn) Deprecated.Called when torch (flashlight) state is updated.voidsetMandatoryFieldsMissingTooltipText(int[] stringRes, android.app.Activity activity) Deprecated.voidsetRecognizerSupportsClassification(boolean isClassificationSupported) Deprecated.If true, this means that recognizer supports classification andBlinkIdOverlayView.onDocumentClassified()will be called when the document is classified.voidsetScanRecognitionModeOverlay(ScanRecognitionMode scanRecognitionMode) Deprecated.Sets recognition mode used for onboarding overlay resources selection.voidsetShowBackSideBarcodeInstructions(boolean shouldShow) Deprecated.Set whether to show additional instructions when scanning back side of the document instructing user to scan the barcode.
-
Constructor Details
-
LegacyDocumentVerificationOverlayView
public LegacyDocumentVerificationOverlayView(boolean shouldShowControlButtons, @NonNull LegacyDocumentVerificationOverlayStrings strings, @StyleRes int style, @Nullable android.view.View.OnClickListener instructionsClickListener) Deprecated.
-
-
Method Details
-
createLayout
public android.view.ViewGroup createLayout(@NonNull android.app.Activity activity, @NonNull RecognizerRunnerView parentView) Deprecated.Description copied from interface:BlinkIdOverlayViewInflate your custom layout here and add it to the parent view- Specified by:
createLayoutin interfaceBlinkIdOverlayView- Parameters:
activity- current activityparentView- root view to be used as inflation parent- Returns:
- root view group of your layout
-
onConfigurationChanged
public void onConfigurationChanged(int newHostScreenOrientation) Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when host's screen orientation is changed.- Specified by:
onConfigurationChangedin interfaceBlinkIdOverlayView- Parameters:
newHostScreenOrientation- orientation code, possible values are: ActivityInfo.SCREEN_ORIENTATION_PORTRAIT, ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT, ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE and ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE
-
createTorchController
@NonNull public TorchController createTorchController(@NonNull RecognizerRunnerView recognizerRunnerView) Deprecated.Description copied from interface:BlinkIdOverlayViewReturn properly set-up torch controller or null if torch is handled by the activity.- Specified by:
createTorchControllerin interfaceBlinkIdOverlayView- Parameters:
recognizerRunnerView- required for torch controller setup- Returns:
- torch controller
-
onFirstSideScanStarted
public void onFirstSideScanStarted()Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when scanning of the first side starts.- Specified by:
onFirstSideScanStartedin interfaceBlinkIdOverlayView
-
onFirstSideScanSuccess
Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when scanning of the first side finishes successfully.- Specified by:
onFirstSideScanSuccessin interfaceBlinkIdOverlayView
-
onSecondSideScanStarted
public void onSecondSideScanStarted()Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when scanning of the second side starts.- Specified by:
onSecondSideScanStartedin interfaceBlinkIdOverlayView
-
onMovingCloserToBarcodeRequired
public void onMovingCloserToBarcodeRequired()Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when user should be instructed to move closer to barcode.- Specified by:
onMovingCloserToBarcodeRequiredin interfaceBlinkIdOverlayView
-
setRecognizerSupportsClassification
public void setRecognizerSupportsClassification(boolean isClassificationSupported) Deprecated.Description copied from interface:BlinkIdOverlayViewIf true, this means that recognizer supports classification andBlinkIdOverlayView.onDocumentClassified()will be called when the document is classified.- Specified by:
setRecognizerSupportsClassificationin interfaceBlinkIdOverlayView- Parameters:
isClassificationSupported- true if classification is supported
-
onDocumentClassified
public void onDocumentClassified()Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when document is successfully classified and recognition starts.- Specified by:
onDocumentClassifiedin interfaceBlinkIdOverlayView
-
onCardDetectionUpdate
Deprecated.Description copied from interface:BlinkIdOverlayViewCalled on any update to card detection process.- Specified by:
onCardDetectionUpdatein interfaceBlinkIdOverlayView
-
onProcessingError
Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when processing error, which should be displayed to the user, occurs.- Specified by:
onProcessingErrorin interfaceBlinkIdOverlayView- Parameters:
processingError- processing error type.
-
onScanSuccess
public long onScanSuccess()Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when both sides are scanned. If you wish to animate success state, return delay in milliseconds and overlay controller will wait before reporting that scanning is done.- Specified by:
onScanSuccessin interfaceBlinkIdOverlayView- Returns:
- delay in milliseconds
-
onErrorDialogShown
public void onErrorDialogShown()Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when error dialog is shown. Make sure to stop animations here.- Specified by:
onErrorDialogShownin interfaceBlinkIdOverlayView
-
getDocumentNotSupportedDialogStrings
Deprecated.- Specified by:
getDocumentNotSupportedDialogStringsin interfaceBlinkIdOverlayView- Returns:
- strings to be used for error dialog shown when document is not supported
-
getRecognitionTimeoutDialogStrings
Deprecated.- Specified by:
getRecognitionTimeoutDialogStringsin interfaceBlinkIdOverlayView- Returns:
- strings to be used for error dialog shown when second document side can't be recognized
-
getSidesNotMatchingDialogStrings
Deprecated.- Specified by:
getSidesNotMatchingDialogStringsin interfaceBlinkIdOverlayView- Returns:
- strings to be used for error dialog shown when data from the second document side doesn't match the data from the first side
-
getDataMismatchStrings
Deprecated.- Specified by:
getDataMismatchStringsin interfaceBlinkIdOverlayView- Returns:
- strings to be used for error dialog shown when scanned document has data mismatch
-
setShowBackSideBarcodeInstructions
public void setShowBackSideBarcodeInstructions(boolean shouldShow) Deprecated.Description copied from interface:BlinkIdOverlayViewSet whether to show additional instructions when scanning back side of the document instructing user to scan the barcode.- Specified by:
setShowBackSideBarcodeInstructionsin interfaceBlinkIdOverlayView- Parameters:
shouldShow- true if barcode instructions should be shown
-
onGlare
public void onGlare(boolean hasGlare) Deprecated.Description copied from interface:BlinkIdOverlayViewCalled on glare detection update.- Specified by:
onGlarein interfaceBlinkIdOverlayView- Parameters:
hasGlare- true if glare detected
-
onTorchStateChanged
public void onTorchStateChanged(boolean torchOn) Deprecated.Description copied from interface:BlinkIdOverlayViewCalled when torch (flashlight) state is updated.- Specified by:
onTorchStateChangedin interfaceBlinkIdOverlayView- Parameters:
torchOn-trueif torch is turned on,falseotherwise.
-
cleanup
public void cleanup()Deprecated.Description copied from interface:BlinkIdOverlayViewClean up your resources here.- Specified by:
cleanupin interfaceBlinkIdOverlayView
-
setMandatoryFieldsMissingTooltipText
public void setMandatoryFieldsMissingTooltipText(int[] stringRes, android.app.Activity activity) Deprecated.- Specified by:
setMandatoryFieldsMissingTooltipTextin interfaceBlinkIdOverlayView
-
setScanRecognitionModeOverlay
Deprecated.Description copied from interface:BlinkIdOverlayViewSets recognition mode used for onboarding overlay resources selection.- Specified by:
setScanRecognitionModeOverlayin interfaceBlinkIdOverlayView- Parameters:
scanRecognitionMode- required for onboarding overlay resources selection
-
getOnboardingView
Deprecated.- Specified by:
getOnboardingViewin interfaceBlinkIdOverlayView
-