|
Kofax Mobile SDK API Reference
|
The listener interface for responding to camera focus events. More...
Public Member Functions | |
| void | onAutoFocus (AutoFocusResultEvent event) |
| Invoked when the camera completes focusing. More... | |
The listener interface for responding to camera focus events.
A class that is interested in responding to the camera's auto-focus activity should implement this interface, and then register itself with an ImageCaptureView using the view's addOnAutoFocusResultListener method.
| void onAutoFocus | ( | AutoFocusResultEvent | event | ) |
Invoked when the camera completes focusing.
Implemented in CaptureExperience.