ImageSourceStateListener
The ImageSourceStateListener interface defines methods for monitoring the state of the ImageSourceAdapter.
Definition
Namespace: com.dynamsoft.cvr
Assembly: DynamsoftCaptureVisionBundle.aar
interface ImageSourceStateListener
Methods
| Method | Description |
|---|---|
onImageSourceStateReceived |
The methods for monitoring the state of the ImageSourceAdapter. |
onImageSourceStateReceived
The methods for monitoring the state of the ImageSourceAdapter.
void onImageSourceStateReceived(@EnumImageSourceState int status);
Parameters
[in] state: One of the EnumImageSourceState` that indicates the state of the ImageSourceAdapter.