CaptureStateListener
Defines a listener for capture state changes.
Definition
Namespace: com.dynamsoft.cvr
interface CaptureStateListener
Methods
| Method | Description |
|---|---|
onCaptureStateChanged |
Called when the capture state changes. |
onCaptureStateChanged
Called when the capture state changes.
default void onCaptureStateChanged(@EnumCaptureState int state)
Parameters
state The new capture state. It is one of the values of the EnumCaptureState enumeration.
See Also