CameraFragmentInterface

public interface CameraFragmentInterface

Methods which both Camera Fragments must implement.

Functions

abstract void hideActivityIndicatorAndEnableInteraction()
Call this method to hide the activity indicator and enable user interaction.
hideCameraTriggerButton
Link copied to clipboard
abstract void hideCameraTriggerButton()
Call this method to hide the camera trigger button.
hideDocumentCornerGuides
Link copied to clipboard
abstract void hideDocumentCornerGuides()
Call this method to hide the document corner guides.
hideInterface
Link copied to clipboard
abstract void hideInterface()
Call this method to hide the interface elements.
setListener
Link copied to clipboard
abstract void setListener(@NonNull() CameraFragmentListener listener)
Set a listener for camera events.
abstract void showActivityIndicatorAndDisableInteraction()
Call this method to show an activity indicator and disable user interaction.
showCameraTriggerButton
Link copied to clipboard
abstract void showCameraTriggerButton()
Call this method to show the camera trigger button.
showDocumentCornerGuides
Link copied to clipboard
abstract void showDocumentCornerGuides()
Call this method to show the document corner guides.
showError
Link copied to clipboard
abstract void showError(@NonNull() String message, int duration)
Call this method to show an error message to the user in the Camera Screen.
showInterface
Link copied to clipboard
abstract void showInterface()
Call this method to show the interface elements.

Inheritors

CameraFragmentCompat
Link copied to clipboard
CameraActivity
Link copied to clipboard
CameraFragmentStandard
Link copied to clipboard