CaptureStateListener
The CaptureStateListener interface defines the methods for monitoring the capture state.
Definition
Namespace: com.dynamsoft.cvr
Assembly: DynamsoftCaptureVisionBundle.aar
interface CaptureStateListener
Methods
| Method | Description |
|---|---|
onCapturedStateChanged |
The method for monitoring the capture state. |
onCapturedStateChanged
The method for monitoring the capture state.
void onCaptureStateChanged(@EnumCaptureState int state);
Parameters
[in] state: One of the EnumCaptureState value that indicates the capture state.