Interface DocumentCaptureContract.OverlayController

All Known Implementing Classes:
DocumentCaptureOverlayController
Enclosing interface:
DocumentCaptureContract

public static interface DocumentCaptureContract.OverlayController
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when back button is clicked in the view.
    void
    Called when image capture button is clicked in the view.
    void
    Called 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.