Label Capture Validation Flow Listener

Defined in package com.scandit.datacapture.label.ui.overlay.validation

LabelCaptureValidationFlowListener
interface LabelCaptureValidationFlowListener

Added in version 7.3.0

Interface to be implemented by listeners that want to observe a LabelCaptureValidationFlowOverlay and get informed when a new label have been completely captured and validated by the end user.

onValidationFlowLabelCaptured(fields)
void onValidationFlowLabelCaptured(@NonNull List<@NonNull LabelField> fields)

Added in version 7.3.0

Invoked when the validation flow has finished and the end user has validated a label capture. The method receives a list of all the captured fields and their values.