ImageSourceStateListener
Defines a listener for image source state changes.
Definition
Namespace: com.dynamsoft.cvr
interface ImageSourceStateListener
Methods
| Method | Description |
|---|---|
onImageSourceStateReceived |
Called when the state of the image source changes. |
onImageSourceStateReceived
This method is called when the state of the image source changes.
default void onImageSourceStateReceived(@EnumImageSourceState int state)
Parameters
state The state of the image source. It is one of the values of the EnumImageSourceState enumeration.
See Also