Interface DocumentCaptureContract.OverlayController
- All Known Implementing Classes:
DocumentCaptureOverlayController
- Enclosing interface:
- DocumentCaptureContract
public static interface DocumentCaptureContract.OverlayController
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when back button is clicked in the view.voidCalled when image capture button is clicked in the view.voidCalled when torch button is clicked in the view.
-
Method Details
-
onCaptureButtonClicked
void onCaptureButtonClicked()Called when image capture button is clicked in the view. -
onBackButtonClicked
void onBackButtonClicked()Called when back button is clicked in the view. -
onTorchButtonClicked
void onTorchButtonClicked()Called when torch button is clicked in the view.
-